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

Commit 439f96dd authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "Ensure we mark windows as not seamlessly rotating when removing them."...

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

Change-Id: I0eef640e4efe639fbfcfa084680c0866f21f195f
parents 5d5b2f42 a448c86c
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) {