mirror of
https://github.com/immich-app/immich.git
synced 2025-12-04 11:49:53 +09:00
fix: android backup album migration losing selection (#20220)
This commit is contained in:
@@ -218,8 +218,8 @@ Future<void> migrateBackupAlbumsToSqlite(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
await drift.batch((batch) {
|
await drift.batch((batch) {
|
||||||
|
|||||||
Reference in New Issue
Block a user