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

Commit ebd8a5ae authored by Wilson Wu's avatar Wilson Wu Committed by Android (Google) Code Review
Browse files

Merge "Clear mIsInputMethodSuppressingSpellChecker when UNBIND"

parents 39846448 97a8728b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1645,6 +1645,7 @@ public final class InputMethodManager {
        mCurId = null;
        mCurMethod = null; // for @UnsupportedAppUsage
        mCurrentInputMethodSession = null;
        mIsInputMethodSuppressingSpellChecker = false;
    }

    /**
@@ -1707,7 +1708,6 @@ public final class InputMethodManager {
    @GuardedBy("mH")
    void finishInputLocked() {
        mVirtualDisplayToScreenMatrix = null;
        mIsInputMethodSuppressingSpellChecker = false;
        setNextServedViewLocked(null);
        if (getServedViewLocked() != null) {
            if (DEBUG) {