updating commons + the new fastscroller handling
This commit is contained in:
parent
95fbe59ac8
commit
70a6e701dc
8 changed files with 27 additions and 35 deletions
|
|
@ -140,7 +140,7 @@ class NewConversationActivity : SimpleActivity() {
|
|||
|
||||
val currAdapter = contacts_list.adapter
|
||||
if (currAdapter == null) {
|
||||
ContactsAdapter(this, contacts, contacts_list, null) {
|
||||
ContactsAdapter(this, contacts, contacts_list) {
|
||||
hideKeyboard()
|
||||
val contact = it as SimpleContact
|
||||
val phoneNumbers = contact.phoneNumbers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue