Loading packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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(); } } Loading Loading
packages/SystemUI/src/com/android/systemui/bubbles/BubbleStackView.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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(); } } Loading