Updated on 2026-08-14
This commit is contained in:
parent
12e06e5fc1
commit
bf2c65eca3
10 changed files with 18 additions and 13 deletions
|
|
@ -65,7 +65,6 @@ internal class WalletDeepLinksHandler @Inject constructor(
|
|||
if (onrampFeatureToggles.isFeatureEnabled || !userWallet.isMultiCurrency) {
|
||||
add(
|
||||
BuyCurrencyDeepLink(
|
||||
isOnrampFeatureEnabled = onrampFeatureToggles.isFeatureEnabled,
|
||||
onReceive = { externalTxId ->
|
||||
scope.launch { onBuyCurrencyDeepLink(externalTxId, userWallet) }
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue