mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(mobile): reset trashed state for local assets on remote asset deletion (#4501)
This commit is contained in:
@@ -178,6 +178,7 @@ class SyncService {
|
|||||||
if (onlyLocal.isNotEmpty) {
|
if (onlyLocal.isNotEmpty) {
|
||||||
for (final Asset a in onlyLocal) {
|
for (final Asset a in onlyLocal) {
|
||||||
a.remoteId = null;
|
a.remoteId = null;
|
||||||
|
a.isTrashed = false;
|
||||||
}
|
}
|
||||||
await _db.assets.putAll(onlyLocal);
|
await _db.assets.putAll(onlyLocal);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user