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

Commit 076bddde authored by Chris Wren's avatar Chris Wren
Browse files

cancel group children before summaries

Bug:28190616
Change-Id: I1b716417119cfa3f4ffdd159ab5197cbfa714a8d
parent 4ace8366
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3316,9 +3316,9 @@ public class NotificationManagerService extends SystemService {


                        mNotificationList.remove(index);
                        mNotificationList.remove(index);


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