updating commons with some details
This commit is contained in:
parent
5206b43677
commit
9c5255701b
3 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ class AutoCompleteTextViewAdapter(val activity: SimpleActivity, val contacts: Ar
|
|||
val contact = resultList[position]
|
||||
var listItem = convertView
|
||||
if (listItem == null || listItem.tag != contact.name.isNotEmpty()) {
|
||||
listItem = LayoutInflater.from(activity).inflate(R.layout.item_contact, parent, false)
|
||||
listItem = LayoutInflater.from(activity).inflate(R.layout.item_contact_with_number, parent, false)
|
||||
}
|
||||
|
||||
listItem!!.apply {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue