Open DroidMagician opened 6 years ago
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
holder.setIsRecyclable(false);
Try setting this under onBindViewHolder, Not a proper way, but can fix the problem for time being.
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