Updated on 2026-08-14
This commit is contained in:
parent
e4e6499d4d
commit
e5876470de
4 changed files with 11 additions and 10 deletions
|
|
@ -144,7 +144,7 @@ class SingleWalletView : WalletView() {
|
|||
WalletAction.DialogAction.ChooseTradeActionDialog(
|
||||
buyAllowed = walletData.isAvailableToBuy(exchangeManager),
|
||||
sellAllowed = walletData.isAvailableToSell(exchangeManager),
|
||||
swapAllowed = false, //always disable for single wallet
|
||||
swapAllowed = false, // always disable for single wallet
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -102,7 +102,6 @@ class UserWalletManagerImpl(
|
|||
}
|
||||
val mainStore = requireNotNull(appStateHolder.mainStore) { "mainStore is null" }
|
||||
mainStore.dispatchOnMain(action)
|
||||
mainStore.dispatchOnMain(WalletAction.LoadData.Refresh)
|
||||
}
|
||||
|
||||
override fun getWalletAddress(networkId: String): String {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue