Remove pending update messages upon starting a gesture

Bug: 8064307
Change-Id: Ia623ab81b6d12eedc6b20bc4c1ce34ce72d5832f
main
Jean Chalard 2013-01-25 17:00:41 +09:00
parent 20b6775acc
commit a280e56014
1 changed files with 1 additions and 0 deletions

View File

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