mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Fixed wrong title in export toast
This commit is contained in:
@ -43,7 +43,7 @@ abstract class NoteFragment : Fragment() {
|
||||
} else {
|
||||
if (content != null) {
|
||||
val displaySuccess = activity?.config?.displaySuccess ?: false
|
||||
(activity as? MainActivity)?.tryExportNoteValueToFile(note.path, content, displaySuccess)
|
||||
(activity as? MainActivity)?.tryExportNoteValueToFile(note.path, note.title, content, displaySuccess)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user