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

Commit 4c607463 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

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

am: 3e180afa

Change-Id: Ic3d7b3fb51cc2b5cee8e2ae508679e2035d0931b
parents 36f6a514 3e180afa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3949,6 +3949,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub
        if (mSwitchingDialog != null) {
            mSwitchingDialog.dismiss();
            mSwitchingDialog = null;
            mSwitchingDialogTitleView = null;
        }

        updateSystemUiLocked(mCurToken, mImeWindowVis, mBackDisposition);