Merge "Remove pending update messages upon starting a gesture"

main
Jean Chalard 2013-01-25 12:34:45 +00:00 committed by Android (Google) Code Review
commit 5228745ae0
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) {