Updated on 2026-08-14
This commit is contained in:
parent
51bc76d3d1
commit
8531237653
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ internal class SwapInteractorImpl @Inject constructor(
|
|||
.filter {
|
||||
val currencyFilter = it.currency.network.backendId != currency.network.backendId ||
|
||||
it.currency.getContractAddress() != currency.getContractAddress()
|
||||
val statusFilter = it.value is CryptoCurrencyStatus.Loaded
|
||||
val statusFilter = it.value is CryptoCurrencyStatus.Loaded || it.value is CryptoCurrencyStatus.NoAccount
|
||||
val notCustomTokenFilter = !it.currency.isCustom
|
||||
statusFilter && currencyFilter && notCustomTokenFilter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue