Update PagingLibraryView.swift (#1021)

This commit is contained in:
Ethan Pippin 2024-04-11 08:05:54 -06:00 committed by GitHub
parent 2387197021
commit 978865995a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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)