mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Dimmed unverified sender
This commit is contained in:
parent
ffcf883932
commit
d55f10d279
1 changed files with 1 additions and 1 deletions
|
@ -1566,7 +1566,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
Boolean.TRUE.equals(message.dmarc)) {
|
||||
ibVerified.setImageLevel(main.isVerified() ? 1 : 0);
|
||||
ibVerified.setImageTintList(ColorStateList.valueOf(main.isVerified()
|
||||
? colorAccent : colorControlNormal));
|
||||
? colorAccent : colorSeparator));
|
||||
ibVerified.setContentDescription(context.getString(main.isVerified()
|
||||
? R.string.title_advanced_bimi_verified
|
||||
: R.string.title_advanced_bimi_unverified));
|
||||
|
|
Loading…
Reference in a new issue