Updated on 2026-08-14
This commit is contained in:
parent
d4eeaca34a
commit
cd99a8323f
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class SingleWalletView : WalletView() {
|
|||
WalletAction.DialogAction.ChooseTradeActionDialog(
|
||||
buyAllowed = walletData.isAvailableToBuy(exchangeManager),
|
||||
sellAllowed = walletData.isAvailableToSell(exchangeManager),
|
||||
swapAllowed = walletData.isAvailableToSwap(swapInteractor, isExchangeServiceFeatureEnabled),
|
||||
swapAllowed = false, //always disable for single wallet
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue