Updated on 2026-08-14
This commit is contained in:
parent
ef2cb2ce43
commit
aa73219a2b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class GetCurrencyWarningsUseCase(
|
|||
showSwapPromoTokenUseCase().conflate(),
|
||||
flowOf(marketCryptoCurrencyRepository.isExchangeable(userWalletId, currency)).conflate(),
|
||||
) { shouldShowSwapPromo, isExchangeable ->
|
||||
if (shouldShowSwapPromo && isExchangeable) {
|
||||
if (shouldShowSwapPromo && isExchangeable && currencyStatus.value !is CryptoCurrencyStatus.Unreachable) {
|
||||
cryptoStatuses.fold(
|
||||
ifLeft = { null },
|
||||
ifRight = { cryptoCurrencyStatuses ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue