mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-05-06 18:09:11 +02:00
fixing a warning
This commit is contained in:
parent
79fd5882c1
commit
062f3ff41b
@ -140,10 +140,10 @@ class ChecklistAdapter(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
items.removeAll(removeItems.toSet())
|
||||||
positions.sortDescending()
|
positions.sortDescending()
|
||||||
removeSelectedItems(positions)
|
removeSelectedItems(positions)
|
||||||
|
|
||||||
items.removeAll(removeItems)
|
|
||||||
listener?.saveChecklist()
|
listener?.saveChecklist()
|
||||||
if (items.isEmpty()) {
|
if (items.isEmpty()) {
|
||||||
listener?.refreshItems()
|
listener?.refreshItems()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user