Show not completely authenticated dimmed

pull/200/head
M66B 3 years ago
parent 9035d73c02
commit c34709bcc7

@ -1048,7 +1048,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
ibAuth.setVisibility(View.VISIBLE);
} else if (authentication_indicator) {
ibAuth.setImageLevel(auths + 1);
ibAuth.setImageTintList(ColorStateList.valueOf(colorControlNormal));
ibAuth.setImageTintList(ColorStateList.valueOf(
auths < 3 ? colorSeparator : colorControlNormal));
ibAuth.setVisibility(View.VISIBLE);
} else
ibAuth.setVisibility(View.GONE);

Loading…
Cancel
Save