1
0
forked from GitHub/gf-core

bugfix in the word completion in the input method

This commit is contained in:
kr.angelov
2014-04-24 07:27:34 +00:00
parent f5e4430e34
commit b2f5d97315

View File

@@ -629,7 +629,7 @@ public class TranslatorInputMethodService extends InputMethodService
else {
mComposingWord.setLength(0);
mComposingWord.append(ci.getText());
commitTyped(getCurrentInputConnection());
getCurrentInputConnection().setComposingText(getComposingString(), 1);
}
if (mCandidateView != null) {