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

Commit b344ea44 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...

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24372057



Change-Id: Ie6f84f5f6716c2dafaa572818c92ca5e70a22a3b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 78e42fce 1fc2f4e6
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) {