mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +00:00
Hide feed channel filter strip on tvOS
The horizontal channel chip strip looks awkward on tvOS and the focus interaction is clunky. Drop it from the tvOS branch of InstanceBrowseView; other platforms keep it.
This commit is contained in:
@@ -170,11 +170,6 @@ struct InstanceBrowseView: View {
|
||||
.padding()
|
||||
}
|
||||
|
||||
// Feed channel filter strip (hidden during search)
|
||||
if selectedTab == .feed && !feedSubscriptions.isEmpty && !isInSearchMode {
|
||||
feedChannelFilterStrip
|
||||
}
|
||||
|
||||
// Content
|
||||
Group {
|
||||
if isInSearchMode, let vm = searchViewModel {
|
||||
|
||||
Reference in New Issue
Block a user