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

Commit c9e47020 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

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

parents 618418af 3f56f056
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);