finish actmode on showing NewItemDialog

This commit is contained in:
tibbi 2022-02-07 19:12:38 +01:00
parent 4b102b0400
commit d2d4186d2e
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
setOnClickListener { setOnClickListener {
showNewItemDialog() showNewItemDialog()
(view.checklist_list.adapter as? ChecklistAdapter)?.finishActMode()
} }
} }