Merge pull request #49 from ente-io/hide_move_dialog_on_failure
This commit is contained in:
commit
30532f36de
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue