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

Commit 82fc5354 authored by Riddle Hsu's avatar Riddle Hsu Committed by Android (Google) Code Review
Browse files

Merge "Clear letterbox surface bounds if it is hidden" into main

parents 2c325801 55e7edc4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -532,6 +532,9 @@ class AppCompatLetterboxPolicy {
            mLetterboxPosition.set(0, 0);
            mInnerBounds.setEmpty();
            mOuterBounds.setEmpty();
            for (Rect surfacesBounds : mSurfacesBounds) {
                surfacesBounds.setEmpty();
            }
        }

        @NonNull