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

Commit 3c5f9243 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

The BigTextStyle should never render mContentText

Change-Id: Ifcbb0868871741bd78c5ebf31408143aaf732b98
parent 8396830d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
        }