From 5808f02059668616d312be6d39d627247b2a0179 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 14 Sep 2023 11:24:04 +0800 Subject: [PATCH] Remove comment out code --- .../Sources/App/Views/RootView/RootView.swift | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/RootView/RootView.swift b/apple/OmnivoreKit/Sources/App/Views/RootView/RootView.swift index 292810f96..185685255 100644 --- a/apple/OmnivoreKit/Sources/App/Views/RootView/RootView.swift +++ b/apple/OmnivoreKit/Sources/App/Views/RootView/RootView.swift @@ -49,22 +49,10 @@ struct InnerRootView: View { @ViewBuilder private var innerBody: some View { if authenticator.isLoggedIn { - // GeometryReader { geo in PrimaryContentView() -// #if os(iOS) -// .miniPlayer() -// .formSheet(isPresented: $viewModel.showNewFeaturePrimer, -// modalSize: CGSize(width: geo.size.width * 0.66, height: geo.size.width * 0.66)) { -// FeaturePrimer.recommendationsPrimer -// } -// .onAppear { -// DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(300)) { -// viewModel.showNewFeaturePrimer = viewModel.shouldShowNewFeaturePrimer -// viewModel.shouldShowNewFeaturePrimer = false -// } -// } -// #endif -// } + #if os(iOS) + .miniPlayer() + #endif } else { WelcomeView() .accessibilityElement()