mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove comment out code
This commit is contained in:
parent
1988e4472a
commit
5808f02059
1 changed files with 3 additions and 15 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue