fix #258, properly update Checklist widgets at updating the note

This commit is contained in:
tibbi 2019-01-25 23:52:15 +01:00
parent 5f73989dad
commit 13dbe73709
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
note!!.value = Gson().toJson(items)
context?.notesDB?.insertOrUpdate(note!!)
context?.updateWidgets()
}
}.start()
}