mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix #473
This commit is contained in:
parent
c36dc67a72
commit
7b9bbd8974
@ -69,6 +69,7 @@ final class CommentsModel: ObservableObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func loadNextPage() {
|
func loadNextPage() {
|
||||||
|
guard nextPageAvailable else { return }
|
||||||
load(page: nextPage)
|
load(page: nextPage)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user