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

Commit f5860728 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Android Git Automerger
Browse files

am 87c5f362: Merge "Fix bad exclude region in landscape"

* commit '87c5f362':
  Fix bad exclude region in landscape
parents 980ce4ba 87c5f362
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7153,6 +7153,7 @@ public class WindowManagerService extends IWindowManager.Stub
            displayInfo.getAppMetrics(mDisplayMetrics);
            mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(
                    displayContent.getDisplayId(), displayInfo);
            displayContent.mBaseDisplayRect.set(0, 0, dw, dh);
        }
        if (false) {
            Slog.i(TAG, "Set app display size: " + appWidth + " x " + appHeight);