mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
fix some glitches related to exporting current notes
This commit is contained in:
@ -155,6 +155,14 @@ class TextFragment : NoteFragment() {
|
||||
view.text_note_view.addTextChangedListener(textWatcher)
|
||||
}
|
||||
|
||||
fun updateNoteValue(value: String) {
|
||||
note?.value = value
|
||||
}
|
||||
|
||||
fun updateNotePath(path: String) {
|
||||
note?.path = path
|
||||
}
|
||||
|
||||
fun getNotesView() = view.text_note_view
|
||||
|
||||
fun saveText(force: Boolean) {
|
||||
|
Reference in New Issue
Block a user