From 0bbe9fe6eb0294db82bbc22a970375e9b1de571c Mon Sep 17 00:00:00 2001 From: kean Date: Mon, 28 Oct 2024 12:35:52 -0400 Subject: [PATCH] Fix an issue with missing Sidebar button when you have no sites --- WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift b/WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift index bcf70d958a4f..9589f6e4726e 100644 --- a/WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift +++ b/WordPress/Classes/System/SplitViewRootPresenter+Welcome.swift @@ -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) {