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

Commit 77631d8d authored by Chris Wren's avatar Chris Wren Committed by android-build-merger
Browse files

Merge "cancel group children before summaries" into nyc-dev am: 6392db9d

am: ed012b5b

* commit 'ed012b5b':
  cancel group children before summaries

Change-Id: I9be89f47fdaf1efcc696b14ccba3a983341b7e42
parents fd7c754c ed012b5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3316,9 +3316,9 @@ public class NotificationManagerService extends SystemService {

                        mNotificationList.remove(index);

                        cancelNotificationLocked(r, sendDelete, reason);
                        cancelGroupChildrenLocked(r, callingUid, callingPid, listenerName,
                                REASON_GROUP_SUMMARY_CANCELED);
                        cancelNotificationLocked(r, sendDelete, reason);
                        updateLightsLocked();
                    }
                }