Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-03 14:57:14 +04:00
parent 74a746b237
commit db093fec05

View file

@ -356,10 +356,6 @@ internal class DefaultCurrenciesRepository(
getMultiCurrencyWalletCurrencies(userWallet)
.onEach { send(it) }
.launchIn(scope = this + dispatchers.io)
withContext(dispatchers.io) {
fetchTokensIfCacheExpired(userWallet, refresh = false)
}
}
}