mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Oops
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user