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

Commit f06fd79b authored by Felix Stern's avatar Felix Stern Committed by Android (Google) Code Review
Browse files

Merge "Remove IME window along with its window token" into main

parents 762291db 98552c80
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;
    }