Fix spoiler rendering in quotes.

This commit is contained in:
Cody Henthorne
2023-03-24 15:22:46 -04:00
parent 7eb00e41a2
commit f53679f24a
4 changed files with 43 additions and 28 deletions

View File

@@ -150,7 +150,7 @@ public class ConversationMessage {
: BodyRangeUtil.adjustBodyRanges(messageRecord.getMessageRanges(), mentionsUpdate.getBodyAdjustments());
styledAndMentionBody = SpannableString.valueOf(mentionsUpdate != null ? mentionsUpdate.getBody() : body);
styleResult = MessageStyler.style(messageRecord.getId(), bodyRanges, styledAndMentionBody);
styleResult = MessageStyler.style(messageRecord.getDateSent(), bodyRanges, styledAndMentionBody);
}
return new ConversationMessage(messageRecord,