diff --git a/lib/ui/create_collection_page.dart b/lib/ui/create_collection_page.dart index d432fde72..dac0715fd 100644 --- a/lib/ui/create_collection_page.dart +++ b/lib/ui/create_collection_page.dart @@ -254,6 +254,7 @@ class _CreateCollectionPageState extends State { return false; } catch (e, s) { _logger.severe("Could not move to album", e, s); + await dialog.hide(); showGenericErrorDialog(context); return false; }