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

Commit ae3acbfd 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

am: 4c607463

Change-Id: I370fc0c3c3786ae88a30578033efa9a19c011ca4
parents ac5222b3 4c607463
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);