Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-15 14:17:20 +01:00
commit 15a518c576
19 changed files with 93 additions and 171 deletions

View file

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