mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix: fix errors in Swift 6 language mode
This commit is contained in:
parent
5d42bc0833
commit
ebb9cf90a7
2 changed files with 2 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ struct ContentView {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
extension ContentView: View {
|
||||
var body: some View {
|
||||
if #available(iOS 16, *) {
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ struct DetailView {
|
|||
}
|
||||
}
|
||||
|
||||
@MainActor
|
||||
extension DetailView: View {
|
||||
var body: some View {
|
||||
if #available(iOS 16, *) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue