We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6500d commit 45bb46fCopy full SHA for 45bb46f
app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/EditContactActivity.kt
@@ -1536,7 +1536,7 @@ class EditContactActivity : ContactActivity() {
1536
}
1537
1538
private fun setupAutofill(nameTextViews: List<MyAutoCompleteTextView>) {
1539
- ContactsHelper(this).getContacts(getAll = true) { contacts ->
+ ContactsHelper(this).getContacts { contacts ->
1540
val adapter = AutoCompleteTextViewAdapter(this, contacts)
1541
val handler = Handler(mainLooper)
1542
nameTextViews.forEach { view ->
0 commit comments