Commit ca68a95a by Demid Merzlyakov

Fix nav bar on search.

parent 53bf6bb2
......@@ -25,7 +25,7 @@ class LocationSearchCoordinator: Coordinator {
func start() {
let searchViewController = LocationViewController(coordinator: self)
searchViewController.openedFromOnboarding = fromOnboarding
let navigationController = UINavigationController(rootViewController: searchViewController)
let navigationController = ColoredNavigationController(rootViewController: searchViewController)
self.parentViewController.present(navigationController, animated: true)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment