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

Commit d30500c5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set default a11y notification title to "bubble""

parents 0f5f337f 93cd313e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -648,7 +648,7 @@ public class BubbleStackView extends FrameLayout {
        String appName = topBubble.getAppName();
        String appName = topBubble.getAppName();
        Notification notification = topBubble.getEntry().getSbn().getNotification();
        Notification notification = topBubble.getEntry().getSbn().getNotification();
        CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
        CharSequence titleCharSeq = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
        String titleStr = getResources().getString(R.string.stream_notification);
        String titleStr = getResources().getString(R.string.notification_bubble_title);
        if (titleCharSeq != null) {
        if (titleCharSeq != null) {
            titleStr = titleCharSeq.toString();
            titleStr = titleCharSeq.toString();
        }
        }