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

Commit 7699651e authored by Antoine Labour's avatar Antoine Labour Committed by Android (Google) Code Review
Browse files

Merge "WindowManager: fix clipping" into lmp-dev

parents cdc7448b 7db8687d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -740,6 +740,7 @@ class WindowStateAnimator {
            mSurfaceX = 0;
            mSurfaceX = 0;
            mSurfaceY = 0;
            mSurfaceY = 0;
            w.mLastSystemDecorRect.set(0, 0, 0, 0);
            w.mLastSystemDecorRect.set(0, 0, 0, 0);
            mLastClipRect.set(0, 0, 0, 0);


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