Set contact type tool tip text

pull/206/head
M66B 3 years ago
parent efd5ee93ba
commit dfbb4dbf63

@ -143,6 +143,9 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
ivType.setContentDescription(null);
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
ivType.setTooltipText(ivType.getContentDescription());
if (contact.avatar == null || !contacts)
ivAvatar.setImageDrawable(null);
else {

Loading…
Cancel
Save