ExpandableCardView icon indicating copy to clipboard operation
ExpandableCardView copied to clipboard

Automatic expanding CardView while scrolling in list view

Open DroidMagician opened this issue 7 years ago • 1 comments

Hi,

I used this library for a listview item and when I click on a card to expand, it expands every 5th card. I have a ListView with 100+ items.

Please give me some suggestion or solution to solve this error. Thanks

DroidMagician avatar Sep 06 '18 10:09 DroidMagician

    holder.setIsRecyclable(false);

Try setting this under onBindViewHolder, Not a proper way, but can fix the problem for time being.

DoctorcodeV07 avatar Feb 15 '21 08:02 DoctorcodeV07