Remove obsolete sidebar hiding code
This commit is contained in:
parent
c470e56c39
commit
4fa9ec0828
|
@ -704,14 +704,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||||
installDetailController(detailViewController, automated: automated)
|
installDetailController(detailViewController, automated: automated)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Automatically hide the overlay
|
|
||||||
if rootSplitViewController.displayMode == .primaryOverlay {
|
|
||||||
UIView.animate(withDuration: 0.3) {
|
|
||||||
self.rootSplitViewController.preferredDisplayMode = .primaryHidden
|
|
||||||
}
|
|
||||||
rootSplitViewController.preferredDisplayMode = .automatic
|
|
||||||
}
|
|
||||||
|
|
||||||
if automated {
|
if automated {
|
||||||
masterTimelineViewController?.updateArticleSelection(animate: false)
|
masterTimelineViewController?.updateArticleSelection(animate: false)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue