Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -3089,7 +3089,9 @@ public class NotificationStackScrollLayout if (!mChildTransferInProgress) { if (NotificationMinimalism.isEnabled() && mAmbientState.isOnKeyguard() && this.mOnKeyguardTopLevelNotificationRemovedRunnable != null) { && this.mOnKeyguardTopLevelNotificationRemovedRunnable != null && expandableView instanceof ExpandableNotificationRow ) { mOnKeyguardTopLevelNotificationRemovedRunnable.run(); } onViewRemovedInternal(expandableView, this); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayout.java +3 −1 Original line number Diff line number Diff line Loading @@ -3089,7 +3089,9 @@ public class NotificationStackScrollLayout if (!mChildTransferInProgress) { if (NotificationMinimalism.isEnabled() && mAmbientState.isOnKeyguard() && this.mOnKeyguardTopLevelNotificationRemovedRunnable != null) { && this.mOnKeyguardTopLevelNotificationRemovedRunnable != null && expandableView instanceof ExpandableNotificationRow ) { mOnKeyguardTopLevelNotificationRemovedRunnable.run(); } onViewRemovedInternal(expandableView, this); Loading