mirror of
https://github.com/yattee/yattee.git
synced 2026-05-13 19:05:03 +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()
|
.padding()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Feed channel filter strip (hidden during search)
|
|
||||||
if selectedTab == .feed && !feedSubscriptions.isEmpty && !isInSearchMode {
|
|
||||||
feedChannelFilterStrip
|
|
||||||
}
|
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
Group {
|
Group {
|
||||||
if isInSearchMode, let vm = searchViewModel {
|
if isInSearchMode, let vm = searchViewModel {
|
||||||
|
|||||||
Reference in New Issue
Block a user