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

Commit 93cd313e authored by Lyn Han's avatar Lyn Han
Browse files

Set default a11y notification title to "bubble"

Fixes: 132790058
Test: atest SystemUITests
Change-Id: Ib9bfeb2c124079be4ddee77d94bdc34ae875d3c3
parent e80f306f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -690,7 +690,7 @@ public class BubbleStackView extends FrameLayout {
        String appName = topBubble.getAppName();
        Notification notification = topBubble.getEntry().getSbn().getNotification();
        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) {
            titleStr = titleCharSeq.toString();
        }