Updated on 2026-08-14
This commit is contained in:
parent
9a9d7efe65
commit
e761c047d1
1 changed files with 4 additions and 1 deletions
|
|
@ -100,7 +100,10 @@ class TradeCryptoMiddleware {
|
|||
cryptoCurrencyName = currency.currencySymbol,
|
||||
fiatCurrencyName = appCurrency.code,
|
||||
walletAddress = addresses[0].address,
|
||||
)?.let { store.dispatchOpenUrl(it) }
|
||||
)?.let {
|
||||
store.dispatchOpenUrl(it)
|
||||
Analytics.send(Token.Withdraw.ScreenOpened())
|
||||
}
|
||||
}
|
||||
|
||||
private fun preconfigureAndOpenSendScreen(action: WalletAction.TradeCryptoAction.SendCrypto) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue