mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
mark overridden senders in quotes
if the original author of a quote is shown and known to be overridden, that should be marked with the character '~' as for the normal names, esp. as they are look very similar otherwise, eg. also bold, also colored. the missing '~' looks like a bug here. successor of #1808
This commit is contained in:
parent
b577dab834
commit
c99a1809a1
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ public class QuoteView extends FrameLayout implements RecipientForeverObserver {
|
|||
quoteBarView.setBackgroundColor(getForwardedColor());
|
||||
} else {
|
||||
authorView.setVisibility(VISIBLE);
|
||||
authorView.setText(quotedMsg.getSenderName(contact, false));
|
||||
authorView.setText(quotedMsg.getSenderName(contact, true));
|
||||
authorView.setTextColor(Util.rgbToArgbColor(contact.getColor()));
|
||||
quoteBarView.setBackgroundColor(Util.rgbToArgbColor(contact.getColor()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue