Skip to content

Commit

Permalink
Show no parked domains when fail to load (#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Pecheneg authored May 28, 2024
1 parent 8b3c799 commit 6845cf0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ private extension LoginFlowNavigationController {
}
}
} catch {
(topViewController as? BaseViewControllerProtocol)?.showAlertWith(error: error, handler: { [weak self] _ in
self?.dismiss(result: .failedToLoadParkedDomains)
})
await MainActor.run {
moveToStep(.noParkedDomains)
}
}
}

Expand Down

0 comments on commit 6845cf0

Please sign in to comment.