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 bcd7dcd commit 5ec40cbCopy full SHA for 5ec40cb
app/src/main/kotlin/com/simplemobiletools/notes/fragments/NoteFragment.kt
@@ -109,6 +109,7 @@ class NoteFragment : Fragment() {
109
setColors(config.textColor, config.primaryColor, config.backgroundColor)
110
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
111
gravity = getTextGravity()
112
+ setSelection(text.length)
113
}
114
115
0 commit comments