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

Commit cff4f364 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "Input: Handle parent surface crops 2/2"

parents 1abc22d9 8290ee09
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2174,9 +2174,6 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            getTouchableRegion(region);
        }

        // The area containing the shadows is not touchable.
        region.translate(mAttrs.surfaceInsets.left, mAttrs.surfaceInsets.top);

        return flags;
    }