Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-23 10:45:35 +01:00
parent e1c819d421
commit 0e169a5418
19 changed files with 292 additions and 37 deletions

View file

@ -261,7 +261,7 @@ internal class ChildFactory @Inject constructor(
is AppRoute.Onboarding.Mode.UpgradeHotWallet ->
OnboardingEntryComponent.Mode.UpgradeHotWallet(mode.userWalletId)
is AppRoute.Onboarding.Mode.AddressSync ->
OnboardingEntryComponent.Mode.AddressSync
OnboardingEntryComponent.Mode.AddressSync(mode.userWalletId)
},
),
componentFactory = onboardingEntryComponentFactory,