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

Commit 7c71671d authored by Antoine Labour's avatar Antoine Labour Committed by Android Git Automerger
Browse files

am 4a35f41a: Merge "WindowManager: fix clipping" into lmp-dev

* commit '4a35f41a29855cbb22dacec1bf8a0eb0d9ded388':
  WindowManager: fix clipping
parents c050b5cb 7699651e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -740,6 +740,7 @@ class WindowStateAnimator {
            mSurfaceX = 0;
            mSurfaceY = 0;
            w.mLastSystemDecorRect.set(0, 0, 0, 0);
            mLastClipRect.set(0, 0, 0, 0);

            // Set up surface control with initial size.
            try {