Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +2 −5 Original line number Diff line number Diff line Loading @@ -1535,14 +1535,11 @@ public class NotificationStackScrollLayout // we never overlap / clip the shelf continue; } boolean canClip = true; boolean canClip = !child.isBackgroundOpaque(); if (child instanceof ExpandableNotificationRow row) { if (row.isChildInGroup()) { if (canClip && row.isChildInGroup()) { canClip = canClipChildRow(row); } if (row.isBackgroundOpaque()) { canClip = false; } // handle the notGoneIndex for the children as well List<ExpandableNotificationRow> children = row.getAttachedChildren(); if (row.isSummaryWithChildren() && children != null) { Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/OnboardingAffordanceView.java +5 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,11 @@ public class OnboardingAffordanceView extends StackScrollerDecorView implements // no-op } @Override public boolean isBackgroundOpaque() { return true; } @Override public void onActivityLaunchAnimationEnd() { if (mOnActivityLaunchEndListener != null) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +2 −5 Original line number Diff line number Diff line Loading @@ -1535,14 +1535,11 @@ public class NotificationStackScrollLayout // we never overlap / clip the shelf continue; } boolean canClip = true; boolean canClip = !child.isBackgroundOpaque(); if (child instanceof ExpandableNotificationRow row) { if (row.isChildInGroup()) { if (canClip && row.isChildInGroup()) { canClip = canClipChildRow(row); } if (row.isBackgroundOpaque()) { canClip = false; } // handle the notGoneIndex for the children as well List<ExpandableNotificationRow> children = row.getAttachedChildren(); if (row.isSummaryWithChildren() && children != null) { Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/OnboardingAffordanceView.java +5 −0 Original line number Diff line number Diff line Loading @@ -126,6 +126,11 @@ public class OnboardingAffordanceView extends StackScrollerDecorView implements // no-op } @Override public boolean isBackgroundOpaque() { return true; } @Override public void onActivityLaunchAnimationEnd() { if (mOnActivityLaunchEndListener != null) { Loading