Add the ability to hide the Feeds when in three panel mode

This commit is contained in:
Maurice Parker 2019-09-12 10:27:03 -05:00
parent eab67ae88a
commit 139cc4b236
1 changed files with 4 additions and 2 deletions

View File

@ -1458,6 +1458,8 @@ private extension SceneCoordinator {
configureDoubleSplit() configureDoubleSplit()
installTimelineControllerIfNecessary(animated: false) installTimelineControllerIfNecessary(animated: false)
masterTimelineViewController?.navigationItem.leftBarButtonItem = rootSplitViewController.displayModeButtonItem
masterTimelineViewController?.navigationItem.leftItemsSupplementBackButton = true
// Create the new sub split controller and add the timeline in the primary position // Create the new sub split controller and add the timeline in the primary position
let masterTimelineNavController = subSplitViewController!.viewControllers.first as! UINavigationController let masterTimelineNavController = subSplitViewController!.viewControllers.first as! UINavigationController