Merge "cancel group children before summaries" into nyc-dev am: 6392db9
am: ed012b5
* commit 'ed012b5b885f1ced8bfad00a9cdbeafb52fd96e1':
cancel group children before summaries
Change-Id: I9be89f47fdaf1efcc696b14ccba3a983341b7e42
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