1
0
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:
Tom Hacohen 2020-11-02 09:32:32 +02:00
parent 06c511eb67
commit c953a273e5

View File

@ -571,7 +571,7 @@ constructor(protected val context: Context, protected val account: Account, prot
break
}
Logger.log.info("Added/changed resource with UUID: " + local.uuid)
local.clearDirty(local.uuid!!)
local.clearDirty(local.uuid)
}
if (left > 0) {
localDirty = localDirty.drop(left)