Hide dividers between recent search items on tvOS

This commit is contained in:
Arkadiusz Fal
2026-04-13 23:41:44 +02:00
parent 454f10b3ab
commit 8253b1a247

View File

@@ -643,10 +643,12 @@ struct SearchView: View {
} }
} }
#if !os(tvOS)
if history.id != displayedSearchHistory.last?.id { if history.id != displayedSearchHistory.last?.id {
Divider() Divider()
.padding(.leading, 52) .padding(.leading, 52)
} }
#endif
} }
} }
#if os(tvOS) #if os(tvOS)