forked from organicmaps/organicmaps
[ios] Commented discover and bookmark details
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
e502fc108f
commit
3c2a2e127f
2 changed files with 6 additions and 6 deletions
|
@ -27,8 +27,8 @@ extension BookmarksListRouter: IBookmarksListRouter {
|
|||
}
|
||||
|
||||
func showDescription(_ bookmarkGroup: BookmarkGroup) {
|
||||
let descriptionViewController = GuideDescriptionViewController(category: bookmarkGroup)
|
||||
mapViewController.navigationController?.pushViewController(descriptionViewController, animated: true)
|
||||
// let descriptionViewController = GuideDescriptionViewController(category: bookmarkGroup)
|
||||
// mapViewController.navigationController?.pushViewController(descriptionViewController, animated: true)
|
||||
}
|
||||
|
||||
func showSubgroup(_ subgroupId: MWMMarkGroupID) {
|
||||
|
|
|
@ -47,10 +47,10 @@ extension BottomTabBarInteractor: BottomTabBarInteractorProtocol {
|
|||
}
|
||||
|
||||
func openDiscovery() {
|
||||
NetworkPolicy.shared().callOnlineApi { (canUseNetwork) in
|
||||
let vc = MWMDiscoveryController.instance(withConnection: canUseNetwork)
|
||||
MapViewController.shared()?.navigationController?.pushViewController(vc!, animated: true)
|
||||
}
|
||||
// NetworkPolicy.shared().callOnlineApi { (canUseNetwork) in
|
||||
// let vc = MWMDiscoveryController.instance(withConnection: canUseNetwork)
|
||||
// MapViewController.shared()?.navigationController?.pushViewController(vc!, animated: true)
|
||||
// }
|
||||
}
|
||||
|
||||
func openBookmarks() {
|
||||
|
|
Loading…
Add table
Reference in a new issue