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 780382a389
commit e28cb48e51

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) {