Skip to content

Commit

Permalink
Fix broken cancel button on the enter recovery key screen
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Apr 16, 2024
1 parent 43c1327 commit 8a7276f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final class SecureBackupScreenCoordinator: CoordinatorProtocol {
guard let self else { return }
switch action {
case .cancel:
break
parameters.navigationStackCoordinator?.setSheetCoordinator(nil)
case .recoverySetUp:
showSuccessIndicator(title: L10n.screenRecoveryKeySetupSuccess)
parameters.navigationStackCoordinator?.setSheetCoordinator(nil)
Expand Down

0 comments on commit 8a7276f

Please sign in to comment.