|
|
@ -827,7 +827,8 @@ public class ConversationItem extends LinearLayout
|
|
|
|
if (current.isMms() && !current.isMmsNotification() && ((MediaMmsMessageRecord)current).getQuote() != null) {
|
|
|
|
if (current.isMms() && !current.isMmsNotification() && ((MediaMmsMessageRecord)current).getQuote() != null) {
|
|
|
|
Quote quote = ((MediaMmsMessageRecord)current).getQuote();
|
|
|
|
Quote quote = ((MediaMmsMessageRecord)current).getQuote();
|
|
|
|
//noinspection ConstantConditions
|
|
|
|
//noinspection ConstantConditions
|
|
|
|
quoteView.setQuote(glideRequests, quote.getId(), Recipient.from(context, quote.getAuthor(), true), quote.getText(), quote.isOriginalMissing(), quote.getAttachment(), conversationRecipient);
|
|
|
|
String quoteBody = highlightMentions(quote.getText(), isGroupThread).toString();
|
|
|
|
|
|
|
|
quoteView.setQuote(glideRequests, quote.getId(), Recipient.from(context, quote.getAuthor(), true), quoteBody, quote.isOriginalMissing(), quote.getAttachment(), conversationRecipient);
|
|
|
|
quoteView.setVisibility(View.VISIBLE);
|
|
|
|
quoteView.setVisibility(View.VISIBLE);
|
|
|
|
quoteView.getLayoutParams().width = ViewGroup.LayoutParams.WRAP_CONTENT;
|
|
|
|
quoteView.getLayoutParams().width = ViewGroup.LayoutParams.WRAP_CONTENT;
|
|
|
|
|
|
|
|
|
|
|
|