Set getAll to false

This commit is contained in:
Naveen 2023-05-05 22:50:15 +05:30
parent 5c6500d45e
commit 45bb46f433

View File

@ -1536,7 +1536,7 @@ class EditContactActivity : ContactActivity() {
} }
private fun setupAutofill(nameTextViews: List<MyAutoCompleteTextView>) { private fun setupAutofill(nameTextViews: List<MyAutoCompleteTextView>) {
ContactsHelper(this).getContacts(getAll = true) { contacts -> ContactsHelper(this).getContacts { contacts ->
val adapter = AutoCompleteTextViewAdapter(this, contacts) val adapter = AutoCompleteTextViewAdapter(this, contacts)
val handler = Handler(mainLooper) val handler = Handler(mainLooper)
nameTextViews.forEach { view -> nameTextViews.forEach { view ->