Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-25 15:23:03 +05:00
parent 59b02e2e7a
commit 485430f6f4
20 changed files with 259 additions and 45 deletions

View file

@ -431,6 +431,7 @@ internal class ChildFactory @Inject constructor(
params = ChooseManagedTokensComponent.Params(
userWalletId = route.userWalletId,
initialCurrency = route.initialCurrency,
selectedCurrency = route.selectedCurrency,
source = ChooseManagedTokensComponent.Source.valueOf(route.source.name),
),
componentFactory = chooseManagedTokensComponentFactory,