am 3c5f9243: The BigTextStyle should never render mContentText

* commit '3c5f92432734e1e3b9bdc515628a4c09d7759cd4':
  The BigTextStyle should never render mContentText
This commit is contained in:
Chris Wren
2012-05-04 13:39:13 -07:00
committed by Android Git Automerger

View File

@@ -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;
}