Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-29 17:13:06 +03:00
parent 1bac8466b1
commit aa227b4868
3 changed files with 11 additions and 6 deletions

View file

@ -153,7 +153,7 @@ internal class BalanceItemConverter(
}
private fun BalanceItem.isClickable(): Boolean {
val networkId = cryptoCurrencyStatus.currency.network.id.value
val networkId = cryptoCurrencyStatus.currency.network.rawId
return when {
// TON allows withdrawing funds in the preparing state, unlike other networks.
isTon(networkId) && this.type == BalanceType.PREPARING -> {