-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load more view in first time #480
Comments
Do you mean the loading more view not showing even in the demo app or only in your app? I want to find out the reason in this problem. |
In the demo app its working like a charm! |
I couldnt fix this problem in my project and i used a custom layout instead of loadmoreview |
Hi,Thanks for this amazing library
I have 0.7.3 version
I think this issue not solve yet !
its not working on first load more scrolling !
but second time its working correctly
I add the load more view to recycler and adapter !
after initialize ultimateRecyclerView
ultimateRecyclerView.reenableLoadmore();
ultimateRecyclerView.setLoadMoreView(R.layout.load_more_view);
after initialize adapter
adapter.setCustomLoadMoreView(loadmoreView);
so whats the problem ? why load more view not showing at the first time ?
The text was updated successfully, but these errors were encountered: