Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 645c910f authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Classify group summaries as a special kind of style

Test: perfetto
Bug: 290358029
Change-Id: Ibf55afe24ad2ba14458ebba5344f0aa13eee8c54
parent 8aef12b5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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) {