Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-27 14:34:07 +01:00
commit 22fc180d9e
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,