Merge pull request #49 from ente-io/hide_move_dialog_on_failure

This commit is contained in:
Vishnu Mohandas 2021-09-22 10:28:00 +05:30 committed by GitHub
commit 30532f36de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ class _CreateCollectionPageState extends State<CreateCollectionPage> {
return false;
} catch (e, s) {
_logger.severe("Could not move to album", e, s);
await dialog.hide();
showGenericErrorDialog(context);
return false;
}