Skip to content

Commit 5ec40cb

Browse files
committed
move the cursor to the end of note
1 parent bcd7dcd commit 5ec40cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ class NoteFragment : Fragment() {
109109
setColors(config.textColor, config.primaryColor, config.backgroundColor)
110110
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
111111
gravity = getTextGravity()
112+
setSelection(text.length)
112113
}
113114
}
114115

0 commit comments

Comments
 (0)