Updated on 2026-08-14
This commit is contained in:
parent
5b516f2c9b
commit
a82d8cdbba
43 changed files with 829 additions and 89 deletions
|
|
@ -432,9 +432,12 @@ internal class WalletSettingsModel @Inject constructor(
|
|||
AppRoute.CreateWalletBackup(
|
||||
userWalletId = params.userWalletId,
|
||||
isUpgradeFlow = false,
|
||||
shouldSetAccessCode = true,
|
||||
analyticsSource = AnalyticsParam.ScreensSources.WalletSettings.value,
|
||||
analyticsAction = RecoveryPhraseScreenAction.AccessCode.value,
|
||||
nextScreen = AppRoute.UpdateAccessCode(
|
||||
userWalletId = params.userWalletId,
|
||||
source = AnalyticsParam.ScreensSources.WalletSettings.value,
|
||||
),
|
||||
),
|
||||
)
|
||||
closeBs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue