mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Changed authentication warning color
This commit is contained in:
@@ -506,7 +506,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
Boolean.FALSE.equals(message.dkim) ||
|
||||
Boolean.FALSE.equals(message.spf) ||
|
||||
Boolean.FALSE.equals(message.dmarc)
|
||||
? colorWarning : Color.TRANSPARENT);
|
||||
? colorAccent : Color.TRANSPARENT);
|
||||
vwStatus.setVisibility(paranoid ? View.VISIBLE : View.GONE);
|
||||
|
||||
// Expander
|
||||
|
||||
Reference in New Issue
Block a user