Updated on 2026-08-14
This commit is contained in:
parent
15fb5b3954
commit
ff1ac5d0e7
6 changed files with 79 additions and 37 deletions
|
|
@ -324,7 +324,7 @@ internal class SendViewModel @Inject constructor(
|
|||
.filterNot { it.walletId == userWalletId || it.isLocked }
|
||||
.map { wallet ->
|
||||
async(dispatchers.io) {
|
||||
getCryptoCurrenciesUseCase(wallet.walletId)
|
||||
getCryptoCurrenciesUseCase.getSync(wallet.walletId)
|
||||
.fold(
|
||||
ifRight = { currencyItem ->
|
||||
val walletCurrency = currencyItem.firstOrNull {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue