properly remove the checklists placeholder at adding new items

This commit is contained in:
tibbi 2018-12-27 15:53:56 +01:00
parent 94d020ea3c
commit a584c8da17

View File

@ -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()