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

Commit 742546c2 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

* commit '6392db9d':
  cancel group children before summaries

Change-Id: Ia496400fae9d4b1cb4f36eca862ffba6e7a81a40
parents 238bfbec 6392db9d
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();
                    }
                }