pull/194/merge
M66B 3 years ago
parent a5494f4944
commit 42eae5b3d2

@ -154,7 +154,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
}
}
tvName.setText(contact.name == null ? contact.email : contact.name);
tvName.setText(contact.name == null ? "---" : contact.name);
tvEmail.setText(contact.accountName + "/" + contact.email);
tvTimes.setText(NF.format(contact.times_contacted));
tvLast.setText(contact.last_contacted == null ? null

Loading…
Cancel
Save