don't pop nav stack to profileMgr when change password errors #275

Merged
sarah merged 1 commits from chPasswordErr into trunk 2021-12-21 18:49:06 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ class _AddEditProfileViewState extends State<AddEditProfileView> {
if (AppLocalizations.of(context) != null) {
final snackBar = SnackBar(content: Text(AppLocalizations.of(context)!.passwordChangeError));
ScaffoldMessenger.of(context).showSnackBar(snackBar);
Navigator.pop(context);
return;
}
}