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

Commit d76bf5c3 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

Change-Id: I339d9e55489173381f987d3e2ad57df148511e89
parents d0403a5e c9e47020
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);