Open nogipx opened 4 years ago
InfiniteLoadingHelper.java
private static class InfiniteScrollListener extends RecyclerView.OnScrollListener { @Override public void onScrolled(@NonNull RecyclerView recyclerView, int dx, int dy) { if (dy > 0 && !loadingHelper.isLoading && loadingHelper.canLoadMore) {
For horizontal scrolling this condition is always false
Hi, Thanks for reporting this issue. Will try to ship out the fix in next release.
InfiniteLoadingHelper.java
For horizontal scrolling this condition is always false