forked from organicmaps/organicmaps-tmp
[iOS] Fixed double show of What's New screen
https://jira.mail.ru/browse/MAPSME-13007
This commit is contained in:
parent
2dafe01b77
commit
460a50e014
1 changed files with 2 additions and 2 deletions
|
@ -62,11 +62,11 @@ final class WelcomePageController: UIPageViewController {
|
|||
NSLog("deeplinking: whats new check")
|
||||
if (WelcomeStorage.shouldShowWhatsNew && !DeepLinkHandler.shared.isLaunchedByDeeplink) {
|
||||
controllersToShow.append(contentsOf: WhatsNewBuilder.build(delegate: vc))
|
||||
WelcomeStorage.shouldShowWhatsNew = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
WelcomeStorage.shouldShowWhatsNew = false
|
||||
vc.controllers = controllersToShow
|
||||
return vc
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue