Minor tvOS fixes
This commit is contained in:
@@ -13,7 +13,6 @@ struct MainView: View {
|
||||
ForEach(NavigationPage.allCases, id: \.self) { page in
|
||||
NavigationStackCompat {
|
||||
page.contentView
|
||||
.navigationTitle(page.title)
|
||||
.focusSection()
|
||||
}
|
||||
.tag(page)
|
||||
|
||||
Reference in New Issue
Block a user