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

Commit 98552c80 authored by Felix Stern's avatar Felix Stern
Browse files

Remove IME window along with its window token

Bug: 330101855
Change-Id: I084555c08f27b872b5c2f04abf77071755b6d395
Test: Open IME in work profile app, switch to Launcher / different app
parent 80f4ac22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -410,7 +410,7 @@ final class InputMethodBindingController {
            Slog.v(TAG,
                    "Removing window token: " + mCurToken + " for display: " + curTokenDisplayId);
        }
        mWindowManagerInternal.removeWindowToken(mCurToken, false /* removeWindows */,
        mWindowManagerInternal.removeWindowToken(mCurToken, true /* removeWindows */,
                false /* animateExit */, curTokenDisplayId);
        mCurToken = null;
    }