mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
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