mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +01:00
Fix background transition bug for 3 column mode
This commit is contained in:
parent
51acc5972f
commit
326b288667
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user