Updated on 2026-08-14
This commit is contained in:
parent
5d7aef4c6b
commit
bec0253e6f
3 changed files with 6 additions and 32 deletions
|
|
@ -79,7 +79,8 @@ internal class SwapInteractorImpl @Inject constructor(
|
|||
val currencyFilter = it.currency.network.backendId != currency.network.backendId ||
|
||||
it.currency.getContractAddress() != currency.getContractAddress()
|
||||
val statusFilter = it.value is CryptoCurrencyStatus.Loaded
|
||||
statusFilter && currencyFilter
|
||||
val notCustomTokenFilter = !it.currency.isCustom
|
||||
statusFilter && currencyFilter && notCustomTokenFilter
|
||||
}
|
||||
|
||||
if (walletCurrencyStatusesExceptInitial.isEmpty()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue