mirror of
https://github.com/immich-app/immich.git
synced 2025-11-21 03:10:44 +09:00
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:
@@ -580,6 +580,7 @@ class AddToAlbumHeader extends ConsumerWidget {
|
||||
}
|
||||
|
||||
ref.read(currentRemoteAlbumProvider.notifier).setAlbum(newAlbum);
|
||||
ref.read(multiSelectProvider.notifier).reset();
|
||||
context.pushRoute(RemoteAlbumRoute(album: newAlbum));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user