fix: android backup album migration losing selection (#20220)
parent
06c78dfa91
commit
b48406bd20
|
|
@ -218,8 +218,8 @@ Future<void> migrateBackupAlbumsToSqlite(
|
|||
);
|
||||
}
|
||||
});
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
await drift.batch((batch) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue