diff options
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java')
-rw-r--r-- | packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java b/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java index 646f69eede94..6dc2d67a1c78 100644 --- a/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java +++ b/packages/SystemUI/src/com/android/systemui/RegionInterceptingFrameLayout.java @@ -76,7 +76,7 @@ public class RegionInterceptingFrameLayout extends FrameLayout { continue; } - internalInsetsInfo.touchableRegion.op(riv.getInterceptRegion(), Op.UNION); + internalInsetsInfo.touchableRegion.op(unionRegion, Op.UNION); } }; |