fix: android backup album migration losing selection (#20220)

This commit is contained in:
Zack Pollard
2025-07-25 12:57:31 +01:00
committed by GitHub
parent 06c78dfa91
commit b48406bd20

View File

@@ -218,8 +218,8 @@ Future<void> migrateBackupAlbumsToSqlite(
); );
} }
}); });
return;
} }
return;
} }
await drift.batch((batch) { await drift.batch((batch) {