Updated on 2026-08-14
This commit is contained in:
commit
15a518c576
19 changed files with 93 additions and 171 deletions
|
|
@ -102,7 +102,6 @@ internal class SendDestinationModel @Inject constructor(
|
|||
|
||||
private val contacts: StateFlow<List<Contact>> =
|
||||
getVerifiedContactsInteractor.getVerifiedContacts(query = "", userWalletId = null)
|
||||
.map { verified -> verified.map { it.contact } }
|
||||
.flowOn(dispatchers.default)
|
||||
.stateIn(modelScope, SharingStarted.Eagerly, emptyList())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue