Remove pending update messages upon starting a gesture
Bug: 8064307 Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832fmain
parent
20b6775acc
commit
a280e56014
|
@ -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