1
0
mirror of https://github.com/etesync/android synced 2024-11-21 23:48:11 +00:00
This commit is contained in:
Tom Hacohen 2019-01-06 17:20:46 +00:00
parent ad4f92deef
commit aee9eed43c

View File

@ -398,7 +398,7 @@ constructor(protected val context: Context, protected val account: Account, prot
local.delete()
}
if (left > 0) {
localDeleted?.drop(left)
localDeleted = localDeleted?.drop(left)
}
left = pushed