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

This commit is contained in:
Chris Wren
2016-04-26 15:26:33 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}
}