realm/realm-android-adapters

Scroll to Position not working

dimparf opened this issue · 3 comments

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?

When you say scrollToPosition does not work. What do you mean exactly by that? We don't do anything that should effect it.

I expect that recyclerview scroll to position, but this is not happening. If i use smoothScrollToPosition its working (recycleview scroll to position).

Sorry, this is my buggy code, close issue.