-
Notifications
You must be signed in to change notification settings - Fork 294
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
Groupie resets child recycler state when parent recyclerview scroll #264
Comments
Hi @mahmoudashrafmohamed . Can you please provide a bit more detail and examples. Steps to reproduce would also help. |
hi @ValCanBuild . For example if i use CarouselItem ( recycler with a horizontal layout manager in a vertically scrolling RecyclerView ) as an items in groupAdapter , vertically scrolling of recycler not restore the state of CarouselItem ( horizontal recycler will scrolled to position 0 ) . |
you have to make sure to implement diffing in the CarouselItem, otherwise, set items inside the carousel will be the same as notifydatasetchanged. |
Thanks for the info, @khatv911 . Happy to close it |
when i use nested recyclerview and scroll ,
the child recycler ( horizontal recyclerview inside vertical recyclerview ) reset to first element
The text was updated successfully, but these errors were encountered: