mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 10:25:02 +00:00
Hide dividers between recent search items on tvOS
This commit is contained in:
@@ -643,10 +643,12 @@ struct SearchView: View {
|
||||
}
|
||||
}
|
||||
|
||||
#if !os(tvOS)
|
||||
if history.id != displayedSearchHistory.last?.id {
|
||||
Divider()
|
||||
.padding(.leading, 52)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#if os(tvOS)
|
||||
|
||||
Reference in New Issue
Block a user