Skip to content

Commit ad216cb

Browse files
committed
do not show success toast at notes synced with files
1 parent 742fe5d commit ad216cb

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/NoteFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class NoteFragment : androidx.fragment.app.Fragment() {
195195
} else {
196196
val currentText = getCurrentNoteViewText()
197197
if (currentText != null) {
198-
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, true)
198+
(activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, false)
199199
}
200200
}
201201
}

0 commit comments

Comments
 (0)