mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-02-04 12:41:54 -05:00
Set getAll to false
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user