Classify group summaries as a special kind of style
Test: perfetto Bug: 290358029 Change-Id: Ibf55afe24ad2ba14458ebba5344f0aa13eee8c54
This commit is contained in:
@@ -1894,6 +1894,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
|
||||
return traceTag;
|
||||
}
|
||||
|
||||
if (isSummaryWithChildren()) {
|
||||
return traceTag + "(summary)";
|
||||
}
|
||||
Class<? extends Notification.Style> style =
|
||||
getEntry().getSbn().getNotification().getNotificationStyle();
|
||||
if (style == null) {
|
||||
|
||||
Reference in New Issue
Block a user