Updated on 2026-08-14
This commit is contained in:
commit
22fc180d9e
17 changed files with 142 additions and 28 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue