Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-02 15:22:05 +04:00
commit e96c236de5
32 changed files with 433 additions and 82 deletions

View file

@ -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,
)