You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
Then I replace pr.dismiss in catch to Navigator.of(context, rootNavigator: true).pop();, and it works! But when I back to previous page and want to push to this page again, I can't..
The text was updated successfully, but these errors were encountered:
Why dialog not dismiss in catch block ?
Dialog able to dismiss in try, but not in catch.
Then I replace
pr.dismiss
in catch toNavigator.of(context, rootNavigator: true).pop();
, and it works! But when I back to previous page and want to push to this page again, I can't..The text was updated successfully, but these errors were encountered: