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

Commit 98b368e3 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Set app name when notification is updated" into pi-dev am: c9e47020

am: d76bf5c3

Change-Id: I6ce532dc1f9df1cfac04b8aabdb58807273ce29d
parents e5eaf735 d76bf5c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -469,6 +469,7 @@ public class ExpandableNotificationRow extends ActivatableNotificationView
        updateNotificationColor();
        if (mMenuRow != null) {
            mMenuRow.onNotificationUpdated(mStatusBarNotification);
            mMenuRow.setAppName(mAppName);
        }
        if (mIsSummaryWithChildren) {
            mChildrenContainer.recreateNotificationHeader(mExpandClickListener);