mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Correct issue where launches in portrait on iPad could result in NNW getting confused about being in three panel mode
This commit is contained in:
@@ -85,7 +85,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
var isThreePanelMode: Bool {
|
||||
return rootSplitViewController.traitCollection.userInterfaceIdiom == .pad &&
|
||||
!rootSplitViewController.isCollapsed &&
|
||||
rootSplitViewController.displayMode == .allVisible
|
||||
UIDevice.current.orientation.isLandscape
|
||||
}
|
||||
|
||||
var rootNode: Node {
|
||||
|
||||
Reference in New Issue
Block a user