Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-27 15:44:55 +00:00
commit a3fb4d14d6
13 changed files with 293 additions and 4 deletions

View file

@ -90,7 +90,7 @@ object OnboardingHelper {
val toggles = store.inject(DaggerGraphState::userWalletsListManagerFeatureToggles)
if (toggles.isGeneralManagerEnabled) {
store.dispatchWithMain(SaveWalletAction.SaveWalletAfterBackup)
store.dispatchWithMain(SaveWalletAction.SaveWalletAfterBackup(hasBackupError))
} else {
store.dispatchWithMain(SaveWalletAction.Save)
}