diff --git a/lib/widget/handler/add_selection_to_album_handler.dart b/lib/widget/handler/add_selection_to_album_handler.dart index 444772e1..274bfa5e 100644 --- a/lib/widget/handler/add_selection_to_album_handler.dart +++ b/lib/widget/handler/add_selection_to_album_handler.dart @@ -45,11 +45,11 @@ class AddSelectionToAlbumHandler { file: f, )) .toList(); + clearSelection(); final albumRepo = AlbumRepo(AlbumCachedDataSource(AppDb())); final shareRepo = ShareRepo(ShareRemoteDataSource()); await AddToAlbum(albumRepo, shareRepo, AppDb(), Pref())( account, value, selected); - clearSelection(); }, null, L10n.global().addSelectedToAlbumSuccessNotification(value.name),