Updated on 2026-08-14
This commit is contained in:
parent
e8cba7d699
commit
75cefb2fba
11 changed files with 247 additions and 42 deletions
|
|
@ -103,7 +103,7 @@ internal class SendDestinationModel @Inject constructor(
|
|||
private val cryptoCurrency = params.cryptoCurrency
|
||||
private val userWalletId = params.userWalletId
|
||||
|
||||
private val contacts: StateFlow<List<Contact>> = getContactsUseCase(query = "", userWalletId = userWalletId)
|
||||
private val contacts: StateFlow<List<Contact>> = getContactsUseCase(query = "", userWalletId = null)
|
||||
.stateIn(modelScope, SharingStarted.Eagerly, emptyList())
|
||||
|
||||
val addressSelectorNavigation = SlotNavigation<MatchedContact>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue