fix naming

This commit is contained in:
Maxim Sorokin 2020-08-26 00:25:17 +03:00
parent ab2f849d2b
commit 3db011bb3f
1 changed files with 2 additions and 2 deletions

View File

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