Ramotion / cardslider-android

:octocat: 🃏 Cardslider is a material design UI controller that allows you to swipe through cards with pictures and accompanying descriptions.
https://www.ramotion.com/cardslider-android-ui-app-development-library-to-interact-with-cards/
MIT License
2.34k stars 358 forks source link

Recyclerview does no update #22

Closed anbraun closed 5 years ago

anbraun commented 6 years ago

Using the method notifyDataSetChanged() does not update the recyclerview

anbraun commented 6 years ago

when will it be merged to master?

anbraun commented 6 years ago

@dvg4000 , @RamotionDev ?

dvg4000 commented 6 years ago

It's already merged.

YogevUzan commented 6 years ago

Nothing works for me too. I tried everything.

golovin47 commented 5 years ago

Hello. In the current version of the lib, cards are getting updated when you set new items to recyclerview's adapter and call notifyDataSetChanged(). If this issue still reproducible, please provide us with source code, which describes how you use this lib.