Updated on 2026-08-14
This commit is contained in:
parent
cc7342658b
commit
198ccef50e
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,9 @@ fun CurrencyExchangeStatus.buyIsAllowed(currency: Currency): Boolean {
|
|||
if (store.state.globalState.configManager?.config?.isTopUpEnabled == false) return false
|
||||
if (!isBuyAllowed) return false
|
||||
|
||||
//TODO: temporary, for the 3.32 release, unlock all buy button
|
||||
return true
|
||||
|
||||
return when (currency) {
|
||||
is Currency.Blockchain -> {
|
||||
val blockchain = currency.blockchain
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue