Minor tvOS fixes

This commit is contained in:
世界
2023-11-09 15:45:08 +08:00
parent 80a65f9095
commit 85150a5b61
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@ struct MainView: View {
ForEach(NavigationPage.allCases, id: \.self) { page in
NavigationStackCompat {
page.contentView
.navigationTitle(page.title)
.focusSection()
}
.tag(page)