Fix to show display mode button on launch for iPad in portrait. Issue #1291

This commit is contained in:
Maurice Parker 2019-11-12 16:13:59 -06:00
parent ec2b23c9f0
commit 3d2806287a
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
let articleViewController = UIStoryboard.main.instantiateController(ofType: ArticleViewController.self)
articleViewController.coordinator = self
let detailNavigationController = addNavControllerIfNecessary(articleViewController, showButton: false)
let detailNavigationController = addNavControllerIfNecessary(articleViewController, showButton: true)
rootSplitViewController.showDetailViewController(detailNavigationController, sender: self)
configureThreePanelMode(for: size)