mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
Show the correct sender name in mailing list messages
This commit is contained in:
parent
406bb9a6ee
commit
3b8f3e7628
3 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ public class QuoteView extends FrameLayout implements RecipientForeverObserver {
|
|||
quoteBarView.setBackgroundColor(getForwardedColor());
|
||||
} else {
|
||||
authorView.setVisibility(VISIBLE);
|
||||
authorView.setText(contact.getDisplayName());
|
||||
authorView.setText(quotedMsg.getSenderName(contact));
|
||||
authorView.setTextColor(contact.getArgbColor());
|
||||
quoteBarView.setBackgroundColor(contact.getArgbColor());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue