Skip to content

Commit 45bb46f

Browse files
committed
Set getAll to false
1 parent 5c6500d commit 45bb46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/activities/EditContactActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ class EditContactActivity : ContactActivity() {
15361536
}
15371537

15381538
private fun setupAutofill(nameTextViews: List<MyAutoCompleteTextView>) {
1539-
ContactsHelper(this).getContacts(getAll = true) { contacts ->
1539+
ContactsHelper(this).getContacts { contacts ->
15401540
val adapter = AutoCompleteTextViewAdapter(this, contacts)
15411541
val handler = Handler(mainLooper)
15421542
nameTextViews.forEach { view ->

0 commit comments

Comments
 (0)