Updated on 2026-08-14
This commit is contained in:
parent
211507774f
commit
60d2ba7a38
6 changed files with 72 additions and 12 deletions
|
|
@ -270,7 +270,7 @@ internal class SendDestinationModel @Inject constructor(
|
|||
private fun getAddedAddresses(): Flow<List<DestinationWalletUM>> {
|
||||
return combine(
|
||||
flow = getWalletsUseCase().conflate(),
|
||||
flow2 = multiAccountStatusListSupplier(Unit).conflate(),
|
||||
flow2 = multiAccountStatusListSupplier().conflate(),
|
||||
) { wallets, accountList ->
|
||||
val cryptoCurrencyNetwork = cryptoCurrency.network
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue