Commit 6917a770 by Paktalin

Cursor is placed at the end of the editText when editing word

parent 9cb76de7
......@@ -26,6 +26,7 @@ class SubmitEditedFragment : SubmitFragment() {
visible(mainActivity.clickable_view)
gone(clickableView)
wordEt.requestFocus()
wordEt.setSelection(wordEt.text.length)
showKeyboard(mainActivity)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment