Set getAll to false
This commit is contained in:
parent
5c6500d45e
commit
45bb46f433
1 changed files with 1 additions and 1 deletions
|
|
@ -1536,7 +1536,7 @@ class EditContactActivity : ContactActivity() {
|
|||
}
|
||||
|
||||
private fun setupAutofill(nameTextViews: List<MyAutoCompleteTextView>) {
|
||||
ContactsHelper(this).getContacts(getAll = true) { contacts ->
|
||||
ContactsHelper(this).getContacts { contacts ->
|
||||
val adapter = AutoCompleteTextViewAdapter(this, contacts)
|
||||
val handler = Handler(mainLooper)
|
||||
nameTextViews.forEach { view ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue