fix navigation bug
This commit is contained in:
parent
4bad223ecf
commit
9c55660fb7
1 changed files with 5 additions and 1 deletions
|
|
@ -123,7 +123,11 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||||
deleteFileApiCall(oldSigPath);
|
deleteFileApiCall(oldSigPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
Navigator.of(context).pushNamed('/');
|
Navigator.of(context).pop();
|
||||||
|
Navigator.of(context).popAndPushNamed(
|
||||||
|
'/',
|
||||||
|
arguments: AuthArguments(false, false),
|
||||||
|
);
|
||||||
String message =
|
String message =
|
||||||
"Your business profile is now live! You can now start connecting with customers and growing your business.";
|
"Your business profile is now live! You can now start connecting with customers and growing your business.";
|
||||||
successPopUp(message);
|
successPopUp(message);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue