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

Commit 94789b4d authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Title is a CharSequence." into nyc-dev

parents 7996b963 7f9ce782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ public class StatusBarIconView extends AnimatedImageView {
        Notification.Builder builder = Notification.Builder.recoverBuilder(c, n);
        String appName = builder.loadHeaderAppName();

        CharSequence title = n.extras.getString(Notification.EXTRA_TITLE);
        CharSequence title = n.extras.getCharSequence(Notification.EXTRA_TITLE);
        CharSequence ticker = n.tickerText;

        CharSequence desc = !TextUtils.isEmpty(ticker) ? ticker