Commit 8b29b1bc authored by Mygod's avatar Mygod

Fix #2264

parent 5748d215
......@@ -40,6 +40,7 @@ object EditTextPreferenceModifiers {
editText.inputType = EditorInfo.TYPE_CLASS_NUMBER
editText.filters = portLengthFilter
editText.setSingleLine()
editText.setSelection(editText.text.length)
}
}
}
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 to comment