update nav podst update
This commit is contained in:
@@ -144,12 +144,20 @@ class _MihPersonalProfileState extends State<MihPersonalProfile> {
|
||||
//print("Here4");
|
||||
//print(response.statusCode);
|
||||
if (response.statusCode == 200) {
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pushNamed(
|
||||
'/user-profile',
|
||||
arguments: AppProfileUpdateArguments(
|
||||
widget.arguments.signedInUser, widget.arguments.propicFile),
|
||||
'/',
|
||||
arguments: AuthArguments(
|
||||
true,
|
||||
false,
|
||||
),
|
||||
);
|
||||
// Navigator.of(context).pushNamed(
|
||||
// '/mzansi-profile',
|
||||
// arguments: AppProfileUpdateArguments(
|
||||
// widget.arguments.signedInUser, widget.arguments.propicFile),
|
||||
// );
|
||||
String message =
|
||||
"${widget.arguments.signedInUser.email}'s information has been updated successfully!";
|
||||
successPopUp(message);
|
||||
|
||||
Reference in New Issue
Block a user