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

Commit e58ec484 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Bounds on Rotation" into main

parents 873d33a3 28d22183
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -44,9 +44,6 @@ class AppCompatRoundedCorners {
    }

    void updateRoundedCornersIfNeeded(@NonNull final WindowState mainWindow) {
        if (!requiresRoundedCorners(mainWindow)) {
            return;
        }
        final SurfaceControl windowSurface = mainWindow.getSurfaceControl();
        if (windowSurface == null || !windowSurface.isValid()) {
            return;