We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb12acc commit 77e0431Copy full SHA for 77e0431
Tests/UITestsHostApp/StatusBarStyle/RootView.swift
@@ -16,6 +16,7 @@ struct RootView: View {
16
}
17
18
19
+ @MainActor // for below Swift 6.0
20
private func navigateToDetail() {
21
let controller = HostingController(rootView: DetailView())
22
controller.statusBarStyle = .lightContent
@@ -44,6 +45,7 @@ struct DetailView: View {
44
45
dismiss.wrappedValue.dismiss()
46
47
48
49
50
51
0 commit comments