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

Commit 1bacc931 authored by Nergi Rahardi's avatar Nergi Rahardi
Browse files

Revert "Replace region intersection change from quickReject to use Region#op"

This reverts commit bff5c972.

Reason for revert: b/243640603

Change-Id: I5d25426ca0f777c8f4f2b86a6e81080dd05d4af1
parent bff5c972
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1655,8 +1655,7 @@ final class AccessibilityController {
            }

            // If the window is completely covered by other windows - ignore.
            Region intersectionWindow = mTempRegion1;
            if (!intersectionWindow.op(unaccountedSpace, regionInScreen, Region.Op.INTERSECT)) {
            if (unaccountedSpace.quickReject(regionInScreen)) {
                return false;
            }