mirror of
https://github.com/immich-app/immich.git
synced 2025-11-22 16:10:47 +09:00
feat(mobile): new mobile UI (#12582)
This commit is contained in:
@@ -151,7 +151,7 @@ class BackupAlbumSelectionPage extends HookConsumerWidget {
|
||||
|
||||
handleSyncAlbumToggle(bool isEnable) async {
|
||||
if (isEnable) {
|
||||
await ref.read(albumProvider.notifier).getAllAlbums();
|
||||
await ref.read(albumProvider.notifier).refreshRemoteAlbums();
|
||||
for (final album in selectedBackupAlbums) {
|
||||
await ref.read(albumProvider.notifier).createSyncAlbum(album.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user