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

Commit 6392db9d authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "cancel group children before summaries" into nyc-dev

parents efb951d4 076bddde
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();
                    }
                }