do not show success toast at notes synced with files

This commit is contained in:
tibbi 2018-11-08 10:51:19 +01:00
parent 742fe5d842
commit ad216cb15d

View File

@ -195,7 +195,7 @@ class NoteFragment : androidx.fragment.app.Fragment() {
} else {
val currentText = getCurrentNoteViewText()
if (currentText != null) {
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, true)
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, false)
}
}
}