mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Oops
This commit is contained in:
parent
2fa6cb1a57
commit
3f9fc0247e
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
ibVerified.setContentDescription(context.getString(verified
|
||||
? R.string.title_advanced_bimi_verified : R.string.title_advanced_bimi_unverified));
|
||||
ibVerified.setVisibility(
|
||||
main != null && "vmc".endsWith(main.getType())
|
||||
main != null && "vmc".equals(main.getType())
|
||||
? View.VISIBLE : View.GONE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue