Merge "Title is a CharSequence." into nyc-dev am: 94789b4ddf
am: 6003616501
* commit '6003616501688d8ed0ac10e75a017349c86dd375':
Title is a CharSequence.
Change-Id: I921be25c7bb076966bf8d5c1c940c99f47272871
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