mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove list row separator on the bottom view
This commit is contained in:
parent
8acc78db7b
commit
1e292dfcaa
1 changed files with 1 additions and 0 deletions
|
|
@ -1033,6 +1033,7 @@ struct BottomView: View {
|
|||
|
||||
var body: some View {
|
||||
innerBody
|
||||
.listRowSeparator(.hidden)
|
||||
.onAppear {
|
||||
Task {
|
||||
autoLoading = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue