mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-07 22:04:03 -05:00
app: make editor support multiline
This commit is contained in:
@@ -22,6 +22,7 @@ MainActivity main = (MainActivity)getContext();
|
||||
if (main.inpcon == null) {
|
||||
EditorInfo editorInfo = new EditorInfo();
|
||||
editorInfo.inputType = InputType.TYPE_CLASS_TEXT |
|
||||
InputType.TYPE_TEXT_FLAG_MULTI_LINE |
|
||||
InputType.TYPE_TEXT_FLAG_AUTO_CORRECT;
|
||||
editorInfo.imeOptions = EditorInfo.IME_FLAG_NO_FULLSCREEN;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user