From e381fafeb8b9110f5e2363f0f67ea3556535adc8 Mon Sep 17 00:00:00 2001 From: Tangem Date: Sat, 22 Nov 2025 15:41:42 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/feature/walletsettings/model/WalletSettingsModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/wallet-settings/impl/src/main/kotlin/com/tangem/feature/walletsettings/model/WalletSettingsModel.kt b/features/wallet-settings/impl/src/main/kotlin/com/tangem/feature/walletsettings/model/WalletSettingsModel.kt index 37db0aaeca..99cb03e19a 100644 --- a/features/wallet-settings/impl/src/main/kotlin/com/tangem/feature/walletsettings/model/WalletSettingsModel.kt +++ b/features/wallet-settings/impl/src/main/kotlin/com/tangem/feature/walletsettings/model/WalletSettingsModel.kt @@ -404,6 +404,7 @@ internal class WalletSettingsModel @Inject constructor( AppRoute.CreateWalletBackup( userWalletId = params.userWalletId, isUpgradeFlow = isUpgradeFlow, + setAccessCode = true, ), ) closeBs()