Update PagingLibraryView.swift (#1021)
This commit is contained in:
parent
2387197021
commit
978865995a
|
@ -184,7 +184,7 @@ struct PagingLibraryView<Element: Poster>: View {
|
|||
listItemView(item: item)
|
||||
}
|
||||
}
|
||||
.onReachedTopEdge(offset: .offset(300)) {
|
||||
.onReachedBottomEdge(offset: .offset(300)) {
|
||||
viewModel.send(.getNextPage)
|
||||
}
|
||||
.proxy(collectionVGridProxy)
|
||||
|
|
Loading…
Reference in New Issue