mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: android backup album migration losing selection (#20220)
This commit is contained in:
parent
06c78dfa91
commit
b48406bd20
1 changed files with 1 additions and 1 deletions
|
|
@ -218,9 +218,9 @@ Future<void> migrateBackupAlbumsToSqlite(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
await drift.batch((batch) {
|
await drift.batch((batch) {
|
||||||
for (final album in isarBackupAlbums) {
|
for (final album in isarBackupAlbums) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue