forked from organicmaps/organicmaps
[ios] fix automatic map zoom on first launch
This commit is contained in:
parent
8bb887cdf5
commit
ff40e889d3
2 changed files with 1 additions and 5 deletions
|
@ -64,9 +64,4 @@ final class FirstLaunchController: WelcomeViewController {
|
|||
break
|
||||
}
|
||||
}
|
||||
|
||||
override func close() {
|
||||
super.close()
|
||||
MWMFrameworkHelper.processFirstLaunch()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -98,6 +98,7 @@ final class WelcomePageController: UIPageViewController {
|
|||
view.removeFromSuperview()
|
||||
removeFromParentViewController()
|
||||
parentController.closePageController(self)
|
||||
MWMFrameworkHelper.processFirstLaunch()
|
||||
}
|
||||
|
||||
func show() {
|
||||
|
|
Loading…
Add table
Reference in a new issue