Add the ability to use full screen on the iPad in landscape

This commit is contained in:
Maurice Parker
2022-10-04 19:48:39 -05:00
parent 9219eea834
commit 7e238a0d07

View File

@@ -28,6 +28,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate, Logging {
coordinator = SceneCoordinator(rootSplitViewController: rootViewController)
rootViewController.coordinator = coordinator
rootViewController.delegate = coordinator
rootViewController.showsSecondaryOnlyButton = true
coordinator.restoreWindowState(session.stateRestorationActivity)