Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-22 14:25:38 +04:00
parent 3cd82a1782
commit e84ef9a182
4 changed files with 81 additions and 53 deletions

View file

@ -87,7 +87,13 @@ object OnboardingHelper {
backupCardsIds = backupCardsIds?.toSet(),
),
)
store.dispatchOnMain(SaveWalletAction.Save)
val toggles = store.inject(DaggerGraphState::userWalletsListManagerFeatureToggles)
if (toggles.isGeneralManagerEnabled) {
store.dispatchOnMain(SaveWalletAction.AllowToUseBiometrics)
} else {
store.dispatchOnMain(SaveWalletAction.Save)
}
}
// When should not save user wallets but device has biometry and save wallet screen has not been shown,
// then open save wallet screen