mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
fix #238, save note text at renaming, if autosave is enabled
This commit is contained in:
@ -294,7 +294,7 @@ class MainActivity : SimpleActivity() {
|
||||
}
|
||||
|
||||
private fun displayRenameDialog() {
|
||||
RenameNoteDialog(this, mCurrentNote) {
|
||||
RenameNoteDialog(this, mCurrentNote, getCurrentNoteText()) {
|
||||
mCurrentNote = it
|
||||
initViewPager(mCurrentNote.id)
|
||||
}
|
||||
|
Reference in New Issue
Block a user