From 25a22e42899a79ed3d9ab9145f1def741149b292 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 29 Nov 2022 15:59:06 +0800 Subject: [PATCH] On iPad we need to hide the list row separator on the top --- apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift index 414508ec6..f319d3ff3 100644 --- a/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift +++ b/apple/OmnivoreKit/Sources/App/Views/Home/HomeFeedViewIOS.swift @@ -346,6 +346,7 @@ import Views List { filtersHeader + .listRowSeparator(.hidden, edges: .top) ForEach(viewModel.items) { item in FeedCardNavigationLink(