diff --git a/Tusker/Screens/Main/NewMainTabBarViewController.swift b/Tusker/Screens/Main/NewMainTabBarViewController.swift index 17b19e1e..a0c99a97 100644 --- a/Tusker/Screens/Main/NewMainTabBarViewController.swift +++ b/Tusker/Screens/Main/NewMainTabBarViewController.swift @@ -247,7 +247,7 @@ final class NewMainTabBarViewController: BaseMainTabBarViewController { private func embedInNavigationController(_ vc: UIViewController) -> UIViewController { if UIDevice.current.userInterfaceIdiom == .phone { - return UINavigationController(rootViewController: vc) + return EnhancedNavigationViewController(rootViewController: vc) } else { let nav = AdaptableNavigationController() nav.viewControllers = [vc]