Fix manage object context in tvOS info view controllers

This commit is contained in:
Arkadiusz Fal
2022-01-06 17:06:03 +01:00
parent e159bb772c
commit 792db567ed
2 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ struct TVNavigationView: View {
@EnvironmentObject<RecentsModel> private var recents
@Default(.visibleSections) private var visibleSections
var body: some View {
TabView(selection: navigation.tabSelectionBinding) {
if visibleSections.contains(.favorites) {