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:
Arkadiusz Fal
2026-05-07 06:32:14 +02:00
parent 51108738aa
commit 6673d478c2

View File

@@ -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 {