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

Commit 308a7732 authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Fixes the touch region is cropped with incorrect Task bounds" into main

parents 771c4c29 197248a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3420,7 +3420,7 @@ class WindowState extends WindowContainer<WindowState> implements WindowManagerP
            return;
        }

        rootTask.getDimBounds(mTmpRect);
        rootTask.getBounds(mTmpRect);
        adjustRegionInFreeformWindowMode(mTmpRect);
        region.op(mTmpRect, Region.Op.INTERSECT);
    }