Changed authentication warning color

pull/155/head
M66B 6 years ago
parent a9529070bc
commit 151c582b65

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

Loading…
Cancel
Save