mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
DKIM: warning color for unknown signers
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user