mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-05 11:11:05 +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++
|
currentMaxId++
|
||||||
}
|
}
|
||||||
saveNote()
|
saveNote()
|
||||||
if (items.size == 1) {
|
if (items.size == it.size) {
|
||||||
setupAdapter()
|
setupAdapter()
|
||||||
} else {
|
} else {
|
||||||
(view.checklist_list.adapter as? ChecklistAdapter)?.notifyDataSetChanged()
|
(view.checklist_list.adapter as? ChecklistAdapter)?.notifyDataSetChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user