Skip to content

Commit

Permalink
Fix an issue with missing Sidebar button when you have no sites (#23711)
Browse files Browse the repository at this point in the history
  • Loading branch information
kean authored Oct 28, 2024
1 parent b288947 commit 40578ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ class WelcomeSplitViewContent: SplitViewDisplayable {
let noSitesVC = UIHostingController(rootView: noSiteView)
noSitesVC.view.backgroundColor = .systemBackground
secondary = UINavigationController(rootViewController: noSitesVC)

supplementary.isNavigationBarHidden = true
}

func displayed(in splitVC: UISplitViewController) {
Expand Down

0 comments on commit 40578ff

Please sign in to comment.