We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742fe5d commit ad216cbCopy full SHA for ad216cb
app/src/main/kotlin/com/simplemobiletools/notes/pro/fragments/NoteFragment.kt
@@ -195,7 +195,7 @@ class NoteFragment : androidx.fragment.app.Fragment() {
195
} else {
196
val currentText = getCurrentNoteViewText()
197
if (currentText != null) {
198
- (activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, true)
+ (activity as? MainActivity)?.exportNoteValueToFile(note.path, currentText, false)
199
}
200
201
0 commit comments