mirror of
https://github.com/yattee/yattee.git
synced 2025-09-06 15:28:32 +00:00
Fix #473
This commit is contained in:
@@ -69,6 +69,7 @@ final class CommentsModel: ObservableObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func loadNextPage() {
|
func loadNextPage() {
|
||||||
|
guard nextPageAvailable else { return }
|
||||||
load(page: nextPage)
|
load(page: nextPage)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user