hide move dialog on failure

This commit is contained in:
Neeraj Gupta 2021-09-22 08:47:59 +05:30
parent 82a9e88cd7
commit 0f47c977df
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

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