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

Commit 05a91477 authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

Merge "Skip updating exclusion rects unless one is set" into qt-qpr1-dev am: 4b15467f

am: 2f8f8145

Change-Id: If3d72a9866f1aff44326db653e4f1fd670275366
parents 4e4cded6 2f8f8145
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -14466,8 +14466,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
        }
        }
        notifyAppearedOrDisappearedForContentCaptureIfNeeded(isVisible);
        notifyAppearedOrDisappearedForContentCaptureIfNeeded(isVisible);
        if (isVisible != oldVisible) {
        if (!getSystemGestureExclusionRects().isEmpty() && isVisible != oldVisible) {
            updateSystemGestureExclusionRects();
            postUpdateSystemGestureExclusionRects();
        }
        }
    }
    }