mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-11 18:19:15 -04:00
fixing a warning
This commit is contained in:
@@ -140,10 +140,10 @@ class ChecklistAdapter(
|
||||
}
|
||||
}
|
||||
|
||||
items.removeAll(removeItems.toSet())
|
||||
positions.sortDescending()
|
||||
removeSelectedItems(positions)
|
||||
|
||||
items.removeAll(removeItems)
|
||||
listener?.saveChecklist()
|
||||
if (items.isEmpty()) {
|
||||
listener?.refreshItems()
|
||||
|
||||
Reference in New Issue
Block a user