Updated on 2026-08-14
This commit is contained in:
parent
3cd82a1782
commit
e84ef9a182
4 changed files with 81 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue