mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Implement appending text received from external application
This commit is contained in:
@ -54,6 +54,8 @@ class NoteFragment : Fragment() {
|
||||
saveText()
|
||||
}
|
||||
|
||||
fun getNotesView() = view.notes_view
|
||||
|
||||
fun saveText() {
|
||||
if (note.path.isNotEmpty() && !File(note.path).exists())
|
||||
return
|
||||
|
Reference in New Issue
Block a user