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

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

Merge "Ensure we mark windows as not seamlessly rotating when removing them." into pi-dev

parents 743d42d2 dfbabe21
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1642,6 +1642,8 @@ public class WindowManagerService extends IWindowManager.Stub
        if (DEBUG_ADD_REMOVE) Slog.v(TAG_WM, "postWindowRemoveCleanupLocked: " + win);
        mWindowMap.remove(win.mClient.asBinder());

        markForSeamlessRotation(win, false);

        win.resetAppOpsState();

        if (mCurrentFocus == null) {