mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
Refactor more ContactDiscovery code.
This commit is contained in:
committed by
Cody Henthorne
parent
d409278dd5
commit
a32d5bef20
@@ -33,7 +33,6 @@ class ContactsViewModel(application: Application) : AndroidViewModel(application
|
||||
if (account != null) {
|
||||
val contactList: List<ContactDetails> = SystemContactsRepository.getAllSystemContacts(
|
||||
context = application,
|
||||
rewrites = emptyMap(),
|
||||
e164Formatter = { number -> number }
|
||||
).use { it.toList() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user