Updated on 2026-08-14
This commit is contained in:
commit
e96c236de5
32 changed files with 433 additions and 82 deletions
|
|
@ -576,6 +576,7 @@ internal class ChildFactory @Inject constructor(
|
|||
analyticsSource = route.analyticsSource,
|
||||
analyticsAction = route.analyticsAction,
|
||||
nextScreen = route.nextScreen,
|
||||
shouldShowBackButton = route.shouldShowBackButton,
|
||||
),
|
||||
componentFactory = createWalletBackupComponentFactory,
|
||||
)
|
||||
|
|
@ -587,6 +588,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