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

Commit 1fc2f4e6 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

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

parents 8f6ffcbe 67f9627b
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) {