mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-13 15:02:05 +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()
|
||||
removeSelectedItems(positions)
|
||||
|
||||
items.removeAll(removeItems)
|
||||
listener?.saveChecklist()
|
||||
if (items.isEmpty()) {
|
||||
listener?.refreshItems()
|
||||
|
Loading…
x
Reference in New Issue
Block a user