mirror of https://github.com/M66B/FairEmail.git
Set contact type tool tip text
This commit is contained in:
parent
efd5ee93ba
commit
dfbb4dbf63
|
@ -143,6 +143,9 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||||
ivType.setContentDescription(null);
|
ivType.setContentDescription(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
|
||||||
|
ivType.setTooltipText(ivType.getContentDescription());
|
||||||
|
|
||||||
if (contact.avatar == null || !contacts)
|
if (contact.avatar == null || !contacts)
|
||||||
ivAvatar.setImageDrawable(null);
|
ivAvatar.setImageDrawable(null);
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue