Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-27 11:58:12 +01:00
parent 4fa5989289
commit 440de0f675
17 changed files with 142 additions and 28 deletions

View file

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