Refactor more ContactDiscovery code.

This commit is contained in:
Greyson Parrelli
2022-04-04 16:49:49 -04:00
committed by Cody Henthorne
parent d409278dd5
commit a32d5bef20
5 changed files with 314 additions and 307 deletions

View File

@@ -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() }