We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf6cd6 commit 4d0d3ebCopy full SHA for 4d0d3eb
feature/detail/src/main/kotlin/com/ninecraft/booket/feature/detail/book/BookDetailPresenter.kt
@@ -239,7 +239,7 @@ class BookDetailPresenter @AssistedInject constructor(
239
}
240
241
is BookDetailUiEvent.OnLoadMore -> {
242
- if (footerState !is FooterState.Loading && !isLastPage) {
+ if (uiState != UiState.Loading && footerState !is FooterState.Loading && !isLastPage) {
243
getReadingRecords(startIndex = currentStartIndex + 1)
244
245
0 commit comments