Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a50999e authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Tell the text view we reset state on finish input"

parents faa7fbfa 68d9cb62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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) {