Implement appending text received from external application

This commit is contained in:
Nikola Trubitsyn
2017-06-18 02:05:33 +03:00
parent 58eee25da5
commit 80edf02089
15 changed files with 54 additions and 1 deletions

View File

@ -54,6 +54,8 @@ class NoteFragment : Fragment() {
saveText()
}
fun getNotesView() = view.notes_view
fun saveText() {
if (note.path.isNotEmpty() && !File(note.path).exists())
return