am edbb65be: Reset composing state at onFinishInputView

* commit 'edbb65be3e5e391affbf47e134422ac1d1a4ae13':
  Reset composing state at onFinishInputView
This commit is contained in:
Tadashi G. Takaoka 2012-12-14 01:08:39 -08:00 committed by Android Git Automerger
commit fcfe965538

View file

@ -824,6 +824,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
}
// Remove pending messages related to update suggestions
mHandler.cancelUpdateSuggestionStrip();
resetComposingState(true /* alsoResetLastComposedWord */);
}
@Override