Updated on 2026-08-14
This commit is contained in:
parent
f7412dfd86
commit
d7f661a854
2 changed files with 5 additions and 4 deletions
|
|
@ -261,7 +261,7 @@ internal class DefaultCurrenciesRepository(
|
|||
|
||||
launch(dispatchers.io) {
|
||||
combine(
|
||||
getMultiCurrencyWalletCurrencies(userWallet).distinctUntilChanged(),
|
||||
getMultiCurrencyWalletCurrencies(userWallet),
|
||||
isMultiCurrencyWalletCurrenciesFetching.map { it.getOrElse(userWallet.walletId) { false } },
|
||||
) { currencies, isFetching ->
|
||||
send(currencies, isStillLoading = isFetching)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue