Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-02 00:50:30 -07:00
parent ec818bfd0a
commit adb7549046
12 changed files with 49 additions and 14 deletions

View file

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