am 172a013a: Fix a bug with the auto-correct indicator
* commit '172a013ab5481dee22e0637bc997b8bcbc4436db': Fix a bug with the auto-correct indicatormain
commit
ac0498ca06
|
@ -2211,6 +2211,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ic.deleteSurroundingText(restartLength, 0);
|
ic.deleteSurroundingText(restartLength, 0);
|
||||||
|
mComposingStateManager.onStartComposingText();
|
||||||
ic.setComposingText(mWordComposer.getTypedWord(), 1);
|
ic.setComposingText(mWordComposer.getTypedWord(), 1);
|
||||||
mHandler.cancelUpdateBigramPredictions();
|
mHandler.cancelUpdateBigramPredictions();
|
||||||
mHandler.postUpdateSuggestions();
|
mHandler.postUpdateSuggestions();
|
||||||
|
|
Loading…
Reference in New Issue