mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-12 22:50:07 +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 {
|
||||
val currentText = getCurrentNoteViewText()
|
||||
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