-
Notifications
You must be signed in to change notification settings - Fork 134
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
Auto scroll to end postion #130
Comments
I think it depends on the data changeset. the adapter's behaviour is basically the default behavior from You can overwrite those behavior if you want. |
Actually in my project I used RealmRecyclerViewAdapter with header view at first time I load data from WS and update into realm. The particular scenario the recycler view scroll to bottom. Once the data is stored into realm then it is working correctly. Can you please check and update us ASAP ? |
Hi @jayarajm |
The Edit |
We're having a similar issue where we're adding an item to an empty list. In this case it looks like the adapter inserts and extra row above the other rows. This results in the user not being able to see the new item in the list since it's above the current viewport. |
@lam-amsiq do you know how to solve this problem? @jayarajmI have the same situation as you, had you solved it? |
but I found that if I add header view for the adapter when I notify item changes should add the count of header view for start position |
i load the result from realm and set realm-android-adapters. The recycler view always auto scroll to the end position.
is it default behaviour?
The text was updated successfully, but these errors were encountered: