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 ?
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 ?