fix: add assets to album (#20626)

* fix: add assets to album

* always navigate back to the albums view from album page
This commit is contained in:
Alex
2025-08-04 12:25:11 -05:00
committed by GitHub
parent c8f9a72d3e
commit be85832b20
3 changed files with 5 additions and 3 deletions

View File

@@ -580,6 +580,7 @@ class AddToAlbumHeader extends ConsumerWidget {
}
ref.read(currentRemoteAlbumProvider.notifier).setAlbum(newAlbum);
ref.read(multiSelectProvider.notifier).reset();
context.pushRoute(RemoteAlbumRoute(album: newAlbum));
}