mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Refactor views
This commit is contained in:
@@ -18,7 +18,7 @@ struct ContentView: View {
|
||||
.tag(TabSelection.channel)
|
||||
}
|
||||
|
||||
SearchView()
|
||||
SearchView(state: state, tabSelection: $tabSelection)
|
||||
.tabItem { Image(systemName: "magnifyingglass") }
|
||||
.tag(TabSelection.search)
|
||||
}
|
||||
|
Reference in New Issue
Block a user