Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dffcfb59 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Only update notificationStackChangedInstant for ENR" into main

parents 0f7e83f4 2d74bfc4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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);