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

Commit 3e180afa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix unnecessarily extended View lifetime in IMMS" into pi-dev

parents 2fbdb17c 1fc7a1d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3950,6 +3950,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        if (mSwitchingDialog != null) {
            mSwitchingDialog.dismiss();
            mSwitchingDialog = null;
            mSwitchingDialogTitleView = null;
        }

        updateSystemUiLocked(mCurToken, mImeWindowVis, mBackDisposition);