mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-03 10:11:09 +02:00
properly remove the checklists placeholder at adding new items
This commit is contained in:
parent
94d020ea3c
commit
a584c8da17
@ -87,7 +87,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
|
||||
currentMaxId++
|
||||
}
|
||||
saveNote()
|
||||
if (items.size == 1) {
|
||||
if (items.size == it.size) {
|
||||
setupAdapter()
|
||||
} else {
|
||||
(view.checklist_list.adapter as? ChecklistAdapter)?.notifyDataSetChanged()
|
||||
|
Loading…
x
Reference in New Issue
Block a user