Updated on 2026-08-14
This commit is contained in:
parent
ec818bfd0a
commit
adb7549046
12 changed files with 49 additions and 14 deletions
|
|
@ -582,6 +582,7 @@ internal class ChildFactory @Inject constructor(
|
|||
analyticsSource = route.analyticsSource,
|
||||
analyticsAction = route.analyticsAction,
|
||||
nextScreen = route.nextScreen,
|
||||
shouldShowBackButton = route.shouldShowBackButton,
|
||||
),
|
||||
componentFactory = createWalletBackupComponentFactory,
|
||||
)
|
||||
|
|
@ -593,6 +594,7 @@ internal class ChildFactory @Inject constructor(
|
|||
userWalletId = route.userWalletId,
|
||||
source = route.source,
|
||||
nextScreen = route.nextScreen,
|
||||
shouldShowBackButton = route.shouldShowBackButton,
|
||||
),
|
||||
componentFactory = updateAccessCodeComponentFactory,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue