mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
On iPad we need to hide the list row separator on the top
This commit is contained in:
parent
8ff154e2f4
commit
25a22e4289
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ import Views
|
|||
|
||||
List {
|
||||
filtersHeader
|
||||
.listRowSeparator(.hidden, edges: .top)
|
||||
|
||||
ForEach(viewModel.items) { item in
|
||||
FeedCardNavigationLink(
|
||||
|
|
|
|||
Loading…
Reference in a new issue