Updated on 2026-08-14
This commit is contained in:
parent
8de3e41b92
commit
dae151a6a3
2 changed files with 8 additions and 4 deletions
|
|
@ -124,10 +124,15 @@ private fun handleWalletAction(action: Action) {
|
|||
} else {
|
||||
null
|
||||
}
|
||||
BackupAction.IntroduceBackup(url)
|
||||
if (walletState.backupState.backupStep == BackupStep.InitBackup ||
|
||||
walletState.backupState.backupStep == BackupStep.Finished) {
|
||||
BackupAction.IntroduceBackup(url)
|
||||
} else {
|
||||
null
|
||||
}
|
||||
}
|
||||
}
|
||||
store.dispatch(newAction)
|
||||
newAction?.let { store.dispatch(it) }
|
||||
}
|
||||
OnboardingWalletAction.OnBackPressed -> {
|
||||
when (walletState.backupState.backupStep) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue