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

Commit 3cb34153 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 32c513b7: am 3c5f9243: The BigTextStyle should never render mContentText

* commit '32c513b7':
  The BigTextStyle should never render mContentText
parents 67482ed4 32c513b7
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;
        }