am 1a50999e: Merge "Tell the text view we reset state on finish input"
* commit '1a50999ed9cfbffa03b8e034ec67f06a8e5c68ba': Tell the text view we reset state on finish inputmain
commit
9a28541e05
|
@ -855,6 +855,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
}
|
||||
// Remove pending messages related to update suggestions
|
||||
mHandler.cancelUpdateSuggestionStrip();
|
||||
if (mWordComposer.isComposingWord()) mConnection.finishComposingText();
|
||||
resetComposingState(true /* alsoResetLastComposedWord */);
|
||||
// Notify ResearchLogger
|
||||
if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) {
|
||||
|
|
Loading…
Reference in New Issue