Merge "cancel group children before summaries" into nyc-dev
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user