mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
fix: fix a warning
The warning message was "'init(tag:selection:destination🏷️)' was deprecated in iOS 16.0: use NavigationLink(value🏷️), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView".
This commit is contained in:
parent
b9ac25eb4c
commit
e5bcbd1ad2
1 changed files with 1 additions and 0 deletions
|
|
@ -241,6 +241,7 @@ extension ContentView: View {
|
|||
}
|
||||
}
|
||||
|
||||
@available(iOS, deprecated: 16)
|
||||
private var legacyBody: some View {
|
||||
NavigationView {
|
||||
List {
|
||||
|
|
|
|||
Loading…
Reference in a new issue