Rearrange

This commit is contained in:
M66B
2020-01-08 08:31:34 +01:00
parent 25077c1d6e
commit 555034cbcf
2 changed files with 7 additions and 7 deletions

View File

@@ -113,7 +113,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
} else {
ivType.setImageDrawable(null);
ivType.setContentDescription(null);
}
}
if (contact.avatar == null || !contacts)
ivAvatar.setImageDrawable(null);