picker city update
This commit is contained in:
@@ -187,7 +187,7 @@ class _CityScreenState extends State<CityScreen> {
|
||||
),
|
||||
onTap: () {
|
||||
updateCity(citys[index].cityName ?? "");
|
||||
Navigator.pushReplacementNamed(context, '/profile');
|
||||
Navigator.pop(context, citys[index].cityName ?? "");
|
||||
},
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user