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

Commit c98d08b6 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 6c0e4121: Merge "Resume suggestion at start input"

* commit '6c0e4121':
  Resume suggestion at start input
parents fe7b76ac 6c0e4121
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -778,6 +778,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        // span, so we should reset our state unconditionally, even if restarting is true.
        mEnteredText = null;
        resetComposingState(true /* alsoResetLastComposedWord */);
        if (isDifferentTextField) mHandler.postResumeSuggestions();
        mDeleteCount = 0;
        mSpaceState = SPACE_STATE_NONE;
        mRecapitalizeStatus.deactivate();