Fix rare crash when syncing EteSync 1.0 accounts.

pull/146/head
Tom Hacohen 4 years ago
parent 06c511eb67
commit c953a273e5

@ -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)

Loading…
Cancel
Save