small fix
This commit is contained in:
parent
5a6a8e77a2
commit
3cdae4b398
|
|
@ -175,7 +175,7 @@ final public class PaginationWrapper<Cursor: ResettableCursorType, Delegate: Pag
|
|||
|
||||
replacePlaceholderViewIfNeeded(with: errorView)
|
||||
|
||||
self?.delegate?.clearView()
|
||||
delegate?.clearView()
|
||||
} else if case .loadingMore = afterState {
|
||||
removeInfiniteScroll()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue