Merge "Skip updating exclusion rects unless one is set" into qt-qpr1-dev
This commit is contained in:
@@ -14431,8 +14431,8 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
|
||||
}
|
||||
|
||||
notifyAppearedOrDisappearedForContentCaptureIfNeeded(isVisible);
|
||||
if (isVisible != oldVisible) {
|
||||
updateSystemGestureExclusionRects();
|
||||
if (!getSystemGestureExclusionRects().isEmpty() && isVisible != oldVisible) {
|
||||
postUpdateSystemGestureExclusionRects();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user