Loading packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } /** Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/stack/NotificationStackScrollLayout.java +3 −0 Original line number Diff line number Diff line Loading @@ -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); } /** Loading