Closes #533
Closes #534
This commit is contained in:
Shadowfacts 2024-08-23 01:14:28 -04:00
parent 3d1f506684
commit d7be2048af
1 changed files with 1 additions and 1 deletions

View File

@ -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]