small fix

This commit is contained in:
Ivan Smolin 2017-11-09 13:17:32 +03:00
parent 5a6a8e77a2
commit 3cdae4b398
1 changed files with 1 additions and 1 deletions

View File

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