Scroll to Position not working
dimparf opened this issue · 3 comments
dimparf commented
Hi
I am build example from this repo and add this line of code to setUpRecyclerView method:
recyclerView.scrollToPosition(myRecyclerViewAdapter.getItemCount());
But scrollToPosition not working, only smoothScrollToPosition is working.
How to not smooth scroll in recycleview with RealmRecyclerViewAdapter?
cmelchior commented
When you say scrollToPosition
does not work. What do you mean exactly by that? We don't do anything that should effect it.
dimparf commented
I expect that recyclerview scroll to position, but this is not happening. If i use smoothScrollToPosition its working (recycleview scroll to position).
dimparf commented
Sorry, this is my buggy code, close issue.