mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 18:51:14 +02:00
fix #258, properly update Checklist widgets at updating the note
This commit is contained in:
parent
5f73989dad
commit
13dbe73709
@ -123,6 +123,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
|
|||||||
|
|
||||||
note!!.value = Gson().toJson(items)
|
note!!.value = Gson().toJson(items)
|
||||||
context?.notesDB?.insertOrUpdate(note!!)
|
context?.notesDB?.insertOrUpdate(note!!)
|
||||||
|
context?.updateWidgets()
|
||||||
}
|
}
|
||||||
}.start()
|
}.start()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user