am 3c5f9243: The BigTextStyle should never render mContentText
* commit '3c5f92432734e1e3b9bdc515628a4c09d7759cd4': The BigTextStyle should never render mContentText
This commit is contained in:
@@ -1736,6 +1736,7 @@ public class Notification implements Parcelable
|
||||
RemoteViews contentView = getStandardView(R.layout.notification_template_big_text);
|
||||
contentView.setTextViewText(R.id.big_text, mBigText);
|
||||
contentView.setViewVisibility(R.id.big_text, View.VISIBLE);
|
||||
contentView.setViewVisibility(R.id.text2, View.GONE);
|
||||
|
||||
return contentView;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user