mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
DKIM: warning color for unknown signers
This commit is contained in:
parent
3e9fa1a7f5
commit
7c4b07ea0f
1 changed files with 1 additions and 0 deletions
|
@ -2660,6 +2660,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
(show_addresses || !known_signer));
|
||||
|
||||
tvSignedByTitle.setVisibility(show_signers ? View.VISIBLE : View.GONE);
|
||||
tvSignedByTitle.setTextColor(known_signer ? textColorTertiary : colorWarning);
|
||||
tvSignedBy.setVisibility(show_signers ? View.VISIBLE : View.GONE);
|
||||
tvSignedBy.setText(signers);
|
||||
|
||||
|
|
Loading…
Reference in a new issue