mirror of
https://github.com/etesync/android
synced 2025-01-22 05:31:07 +00:00
Fix rare crash when syncing EteSync 1.0 accounts.
This commit is contained in:
parent
06c511eb67
commit
c953a273e5
@ -571,7 +571,7 @@ constructor(protected val context: Context, protected val account: Account, prot
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
Logger.log.info("Added/changed resource with UUID: " + local.uuid)
|
Logger.log.info("Added/changed resource with UUID: " + local.uuid)
|
||||||
local.clearDirty(local.uuid!!)
|
local.clearDirty(local.uuid)
|
||||||
}
|
}
|
||||||
if (left > 0) {
|
if (left > 0) {
|
||||||
localDirty = localDirty.drop(left)
|
localDirty = localDirty.drop(left)
|
||||||
|
Loading…
Reference in New Issue
Block a user