forked from GitHub/gf-core
bugfix in the word completion in the input method
This commit is contained in:
@@ -629,7 +629,7 @@ public class TranslatorInputMethodService extends InputMethodService
|
|||||||
else {
|
else {
|
||||||
mComposingWord.setLength(0);
|
mComposingWord.setLength(0);
|
||||||
mComposingWord.append(ci.getText());
|
mComposingWord.append(ci.getText());
|
||||||
commitTyped(getCurrentInputConnection());
|
getCurrentInputConnection().setComposingText(getComposingString(), 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mCandidateView != null) {
|
if (mCandidateView != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user