Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-07 11:56:45 +03:00
parent 342b6a2f50
commit ec40334d8a
26 changed files with 527 additions and 50 deletions

View file

@ -218,7 +218,10 @@ internal class ChildFactory @Inject constructor(
is AppRoute.Onboarding -> {
route.asComponentChild(
contextProvider = contextProvider(route, contextFactory),
params = OnboardingEntryComponent.Params(route.scanResponse),
params = OnboardingEntryComponent.Params(
scanResponse = route.scanResponse,
startBackupFlow = route.startFromBackup,
),
componentFactory = onboardingEntryComponentFactory,
)
}