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

Commit 32c513b7 authored by Chris Wren's avatar Chris Wren Committed by Android Git Automerger
Browse files

am 3c5f9243: The BigTextStyle should never render mContentText

* commit '3c5f9243':
  The BigTextStyle should never render mContentText
parents fc6ef88a 3c5f9243
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -1736,6 +1736,7 @@ public class Notification implements Parcelable
            RemoteViews contentView = getStandardView(R.layout.notification_template_big_text);
            RemoteViews contentView = getStandardView(R.layout.notification_template_big_text);
            contentView.setTextViewText(R.id.big_text, mBigText);
            contentView.setTextViewText(R.id.big_text, mBigText);
            contentView.setViewVisibility(R.id.big_text, View.VISIBLE);
            contentView.setViewVisibility(R.id.big_text, View.VISIBLE);
            contentView.setViewVisibility(R.id.text2, View.GONE);


            return contentView;
            return contentView;
        }
        }