mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Navigation model improvements
This commit is contained in:
@@ -8,7 +8,7 @@ struct TVNavigationView: View {
|
||||
@EnvironmentObject<SearchModel> private var search
|
||||
|
||||
var body: some View {
|
||||
TabView(selection: $navigation.tabSelection) {
|
||||
TabView(selection: navigation.tabSelectionBinding) {
|
||||
WatchNowView()
|
||||
.tabItem { Text("Watch Now") }
|
||||
.tag(TabSelection.watchNow)
|
||||
|
Reference in New Issue
Block a user