mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Show no authentication
This commit is contained in:
@@ -1212,7 +1212,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
ibAuth.setImageLevel(auths + 1);
|
||||
ibAuth.setImageTintList(ColorStateList.valueOf(
|
||||
auths < 3 ? colorControlNormal : colorVerified));
|
||||
ibAuth.setVisibility(auths > 0 ? View.VISIBLE : View.GONE);
|
||||
ibAuth.setVisibility(View.VISIBLE);
|
||||
} else
|
||||
ibAuth.setVisibility(View.GONE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user