am 5228745a: Merge "Remove pending update messages upon starting a gesture"
# Via Android (Google) Code Review (1) and Jean Chalard (1) * commit '5228745ae025571d25062e12f5aedcd71ad08ebb': Remove pending update messages upon starting a gesturemain
commit
72a323a1eb
|
@ -1481,6 +1481,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
|
|||
@Override
|
||||
public void onStartBatchInput() {
|
||||
BatchInputUpdater.getInstance().onStartBatchInput(this);
|
||||
mHandler.cancelUpdateSuggestionStrip();
|
||||
mConnection.beginBatchEdit();
|
||||
if (mWordComposer.isComposingWord()) {
|
||||
if (ProductionFlag.IS_INTERNAL) {
|
||||
|
|
Loading…
Reference in New Issue