mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +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,8 +218,8 @@ Future<void> migrateBackupAlbumsToSqlite(
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await drift.batch((batch) {
|
await drift.batch((batch) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue