Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-04 13:54:22 +04:00
parent 14df650f1a
commit be160483d2
25 changed files with 519 additions and 268 deletions

View file

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