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

Commit 6775bea5 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

am: 77631d8d

* commit '77631d8d':
  cancel group children before summaries

Change-Id: I02d82a3c63fa5d52441d63a30b2b62db17b96a72
parents 8949486e 77631d8d
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();
                    }
                }