Commit 5d9ef07d by Demid Merzlyakov

Fix potential nav bar issue in menu.

parent 9a085653
......@@ -10,7 +10,7 @@ import UIKit
class MenuCoordinator: Coordinator {
//Private
private let menuViewModel = MenuViewModel()
private let navigationController = UINavigationController(nibName: nil, bundle: nil)
private let navigationController = ColoredNavigationController(nibName: nil, bundle: nil)
private var tabBarController:UITabBarController?
//Public
......
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