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

Commit 3f56f056 authored by Beverly's avatar Beverly
Browse files

Set app name when notification is updated

- Setting app name updates the content description for a11y

Change-Id: I77cc7e3299802dec4284b800086d313c41b1056b
Fixes: 75282248
Test: manual
parent 6cb4cafd
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);