mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
preparing the migration to Room database
This commit is contained in:
@ -27,7 +27,7 @@ class OpenNoteDialog(val activity: Activity, val callback: (checkedId: Int) -> U
|
||||
open_note_item_radio_button.apply {
|
||||
text = note.title
|
||||
isChecked = note.id == activity.config.currentNoteId
|
||||
id = note.id
|
||||
id = note.id!!
|
||||
|
||||
setOnClickListener {
|
||||
callback(id)
|
||||
|
Reference in New Issue
Block a user