fileCPU #276

Merged
sarah merged 3 commits from fileCPU into trunk 2021-12-21 19:56:11 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 3af3142c67 - Show all commits

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;
}
}