mirror of
https://github.com/yattee/yattee.git
synced 2026-05-12 18:35:05 +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 {
|
if history.id != displayedSearchHistory.last?.id {
|
||||||
Divider()
|
Divider()
|
||||||
.padding(.leading, 52)
|
.padding(.leading, 52)
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if os(tvOS)
|
#if os(tvOS)
|
||||||
|
|||||||
Reference in New Issue
Block a user