diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java index ce1779531ebce..68a02cff4f63a 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java @@ -1459,6 +1459,9 @@ public class NotificationStackScrollLayout extends ViewGroup // drawn when removed getOverlay().add(child); } + + // Make sure the clipRect we might have set is removed + child.setClipBounds(null); } /**