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

Commit edbb65be authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Reset composing state at onFinishInputView

Bug: 7709817
Change-Id: Icac0b8cb28209d98d291d8f00be55e33af5bf696
parent ac69ab40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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