Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-27 17:44:05 +05:00
parent b4e9c23f6d
commit 4fb12ce1ff
23 changed files with 415 additions and 84 deletions

View file

@ -563,6 +563,8 @@ internal class ChildFactory @Inject constructor(
userWalletId = route.userWalletId,
isUpgradeFlow = route.isUpgradeFlow,
shouldSetAccessCode = route.setAccessCode,
analyticsSource = route.analyticsSource,
analyticsAction = route.analyticsAction,
),
componentFactory = createWalletBackupComponentFactory,
)
@ -572,6 +574,7 @@ internal class ChildFactory @Inject constructor(
context = context,
params = UpdateAccessCodeComponent.Params(
userWalletId = route.userWalletId,
source = route.source,
),
componentFactory = updateAccessCodeComponentFactory,
)