move the cursor to the end of note

This commit is contained in:
tibbi 2017-06-14 22:26:25 +02:00
parent bcd7dcd86d
commit 5ec40cbd9e

@ -109,6 +109,7 @@ class NoteFragment : Fragment() {
setColors(config.textColor, config.primaryColor, config.backgroundColor)
setTextSize(TypedValue.COMPLEX_UNIT_PX, context.getTextSize())
gravity = getTextGravity()
setSelection(text.length)
}
}