Skip to content

Commit

Permalink
Fix NavigationSplitView detail closure
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Sep 2, 2022
1 parent 037bb7c commit 7c384e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clendar/Base/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ struct ContentView: View {
if #available(iOS 16.0, *) {
return NavigationSplitView {
buildContainerView()
}
} detail: {}
.whatsNewSheet()
.onAppear {
configure()
Expand Down

0 comments on commit 7c384e5

Please sign in to comment.