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