Fix highlighting of composing text in the middle of sentence

This commit is contained in:
Benau
2019-05-28 14:24:45 +08:00
parent 240546ac00
commit 391b61be95
2 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ public class STKEditText extends EditText
/* Used to prevent copying text to non focused widget in STK. */
private int m_stk_widget_id;
STKInputConnection m_stk_input_connection;
private STKInputConnection m_stk_input_connection;
/* Used to avoid infinite calling updateSTKEditBox if setText currently
* by jni. */