1
0
Fork 0
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:
M66B 2024-05-20 17:41:53 +02:00
parent 3e9fa1a7f5
commit 7c4b07ea0f

View file

@ -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);