Updated on 2026-08-14
This commit is contained in:
parent
d463e03d7d
commit
750f315cde
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ private fun handleWalletAction(action: Action) {
|
|||
} else {
|
||||
handleFinishOnboardind(scanResponse)
|
||||
}
|
||||
|
||||
store.dispatch(BackupAction.DiscardBackup)
|
||||
}
|
||||
is OnboardingWalletAction.ResumeBackup -> {
|
||||
val newAction = when (val backupState = backupService.currentState) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue