mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
fixing a warning
This commit is contained in:
@ -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()
|
||||||
|
Reference in New Issue
Block a user