Fix background transition bug for 3 column mode

This commit is contained in:
Maurice Parker 2019-10-30 18:02:57 -05:00
parent 51acc5972f
commit 326b288667
1 changed files with 1 additions and 1 deletions

View File

@ -14,8 +14,8 @@ class RootSplitViewController: UISplitViewController {
var coordinator: SceneCoordinator!
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
super.viewWillTransition(to: size, with: coordinator)
self.coordinator.configureThreePanelMode(for: size)
super.viewWillTransition(to: size, with: coordinator)
}
// MARK: Keyboard Shortcuts