Simplification

pull/194/merge
M66B 3 years ago
parent 9fcd007b5a
commit f72bd168a4

@ -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);
tvTimes.setText(NF.format(contact.times_contacted));
tvLast.setText(contact.last_contacted == null ? null

Loading…
Cancel
Save