am edbb65be: Reset composing state at onFinishInputView

* commit 'edbb65be3e5e391affbf47e134422ac1d1a4ae13':
  Reset composing state at onFinishInputView
main
Tadashi G. Takaoka 2012-12-14 01:08:39 -08:00 committed by Android Git Automerger
commit fcfe965538
1 changed files with 1 additions and 0 deletions

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