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

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

Merge "Offset dirty rect for surface insets correctly."

parents d08c338d b6843d5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4032,7 +4032,7 @@ public final class ViewRootImpl implements ViewParent,
            yOffset -= surfaceInsets.top;

            // Offset dirty rect for surface insets.
            dirty.offset(surfaceInsets.left, surfaceInsets.right);
            dirty.offset(surfaceInsets.left, surfaceInsets.top);
        }

        boolean accessibilityFocusDirty = false;