Reset composing state at onFinishInputView

Bug: 7709817
Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696
main
Tadashi G. Takaoka 2012-12-14 17:44:43 +09:00
parent ac69ab400d
commit edbb65be3e
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