Skip to content

Commit 40578ff

Browse files
authored
Fix an issue with missing Sidebar button when you have no sites (#23711)
1 parent b288947 commit 40578ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class WelcomeSplitViewContent: SplitViewDisplayable {
1515
let noSitesVC = UIHostingController(rootView: noSiteView)
1616
noSitesVC.view.backgroundColor = .systemBackground
1717
secondary = UINavigationController(rootViewController: noSitesVC)
18-
19-
supplementary.isNavigationBarHidden = true
2018
}
2119

2220
func displayed(in splitVC: UISplitViewController) {

0 commit comments

Comments
 (0)