Classify group summaries as a special kind of style

Test: perfetto
Bug: 290358029
Change-Id: Ibf55afe24ad2ba14458ebba5344f0aa13eee8c54
This commit is contained in:
Jeff DeCew
2023-08-09 10:02:47 -04:00
parent 8aef12b550
commit 645c910f16

View File

@@ -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) {