Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-15 23:11:02 +04:00
parent f7412dfd86
commit d7f661a854
2 changed files with 5 additions and 4 deletions

View file

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