Added support for iOS 15.
This commit is contained in:
parent
a6f8add14a
commit
6ca509f7fb
3 changed files with 35 additions and 3 deletions
|
|
@ -48,7 +48,7 @@ struct HomeView: View {
|
|||
private let privacyPolicyURL = URL(string: "https://www.sr2.uk/privacy")!
|
||||
|
||||
var body: some View {
|
||||
NavigationStack {
|
||||
NavigationCompat {
|
||||
List {
|
||||
|
||||
// Main toggle section
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue