sparrow007 / CarouselRecyclerview

Carousel Recyclerview let's you create carousel layout with the power of recyclerview by creating custom layout manager.
Apache License 2.0
634 stars 78 forks source link

App is getting crashed when try to reset data #41

Open akashmi opened 1 year ago

akashmi commented 1 year ago

In my case app got crashed. the case is, first I scrolled recyclerview and try to reset the adapter's data before we got the ideal scrolling state of recyclerview.

Have fixed this issue in the below PR. https://github.com/sparrow007/CarouselRecyclerview/pull/40