Merge "Classify group summaries as a special kind of style" into udc-qpr-dev

This commit is contained in:
Jeff DeCew
2023-08-10 17:29:09 +00:00
committed by Android (Google) Code Review

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