Merge "Title is a CharSequence." into nyc-dev
am: 94789b4ddf
* commit '94789b4ddff239760adf91896bd6ea86b62d0137':
Title is a CharSequence.
Change-Id: I7eedd41ca91201469ad2d8a9ad16e69843d7b8d6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user