Updated on 2026-08-14
This commit is contained in:
parent
1bac8466b1
commit
aa227b4868
3 changed files with 11 additions and 6 deletions
|
|
@ -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 -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue