forked from organicmaps/organicmaps
[ios] navigation to main from sign up bug fix
This commit is contained in:
parent
c92a138130
commit
7aa4f4dc03
1 changed files with 2 additions and 1 deletions
|
@ -277,6 +277,7 @@ class SignUpViewController: UIViewController {
|
|||
|
||||
private func navigateToMain() {
|
||||
signUpButton.isLoading = false
|
||||
performSegue(withIdentifier: "SignUp2TourismMain", sender: nil)
|
||||
self.dismiss(animated: true)
|
||||
UserPreferences.shared.setShouldGoToTourismMain(value: true)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue