mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-13 07:00:10 +01:00
do not show success toast at notes synced with files
This commit is contained in:
parent
742fe5d842
commit
ad216cb15d
@ -195,7 +195,7 @@ class NoteFragment : androidx.fragment.app.Fragment() {
|
|||||||
} else {
|
} else {
|
||||||
val currentText = getCurrentNoteViewText()
|
val currentText = getCurrentNoteViewText()
|
||||||
if (currentText != null) {
|
if (currentText != null) {
|
||||||
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, true)
|
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user