Skip to content
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

Sticky header view keeps stuck. #12

Open
akashmehta opened this issue Jun 16, 2018 · 3 comments
Open

Sticky header view keeps stuck. #12

akashmehta opened this issue Jun 16, 2018 · 3 comments

Comments

@akashmehta
Copy link

I have 2 non sticky views and one sticky view. When i scroll to bottom and return to top sticky keeps stuck and it repeated on screen. I tried it for multiple times but it happens only on fast scrolling please find output in attachment. Thank you.
device-2018-06-16-174908
device-2018-06-16-174938

@iamdeadman
Copy link

Hi,

I am having the same issue too. I have a non-sticky view and a sticky view along with multiple items of each type. When I fast scroll to top, the first item gets removed from view somehow and is not shown anymore.

Were you able to find a solution / alternate ?

@akashmehta
Copy link
Author

@iamdeadman I used this as an alternative https://github.com/sokarcreative/BasicStuffRecyclerview

@aivision369
Copy link

I have also used this library and I have also faced this issue. After keep work on 5 to 6 hours I got the solution that whenever I got the updated Databeans new ArrayList or List then I am not reset complete stickyRecyclerview but I am just refresh the adapter as below.

if (adapter != null) {
     adapter.refresh(dataBeanListTemp);
}

I hope someone will get some help.........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants