fix naming
This commit is contained in:
parent
ab2f849d2b
commit
3db011bb3f
|
|
@ -171,7 +171,7 @@ final public class PaginationWrapper<Cursor: ResettableRxDataSourceCursor, Deleg
|
|||
delegate?.paginationWrapper(didLoad: newItems, using: cursor)
|
||||
|
||||
removeAllPlaceholderView()
|
||||
readInfiniteScrollWithHandler()
|
||||
addInfiniteScrollWithHandler()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -273,7 +273,7 @@ final public class PaginationWrapper<Cursor: ResettableRxDataSourceCursor, Deleg
|
|||
removeAllPlaceholderView()
|
||||
}
|
||||
|
||||
private func readInfiniteScrollWithHandler() {
|
||||
private func addInfiniteScrollWithHandler() {
|
||||
removeInfiniteScroll()
|
||||
addInfiniteScroll(withHandler: true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue