Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-16 20:14:07 +05:00
parent 12e06e5fc1
commit bf2c65eca3
10 changed files with 18 additions and 13 deletions

View file

@ -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) }
},