Skip to content

Commit

Permalink
Merge branch 'feature/ui_updates' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 15, 2023
2 parents 82f513d + 221f5ed commit 226e427
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class WalletConnectPairViewController: UIViewController, BottomSheetCustomFixedP
private func unrecoverableError() {
self.hideLoadingModal(completion: { [weak self] in
TransactionService.shared.resetWalletConnectState()
WalletConnectService.shared.requestDidComplete = false
self?.windowError(withTitle: "error".localized(), description: "error-wc2-unrecoverable".localized())
self?.presentingViewController?.dismiss(animated: true)
})
Expand Down

0 comments on commit 226e427

Please sign in to comment.