diff --git a/Tusker/SceneDelegate.swift b/Tusker/SceneDelegate.swift index bb50fb30..036bc0fc 100644 --- a/Tusker/SceneDelegate.swift +++ b/Tusker/SceneDelegate.swift @@ -176,8 +176,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { mastodonController.getOwnAccount() mastodonController.getOwnInstance() - if #available(iOS 14.0, *), - UIDevice.current.userInterfaceIdiom != .phone { + if #available(iOS 14.0, *) { return MainSplitViewController(mastodonController: mastodonController) } else { return MainTabBarViewController(mastodonController: mastodonController)