HeaderListView icon indicating copy to clipboard operation
HeaderListView copied to clipboard

Demo crashing - patched

Open pcholt opened this issue 9 years ago • 1 comments

I just put in a patch for this issue in the Demo. There was a problem where views would be recycled, but they were for the wrong type of view. The issue caused a null reference to be returned for R.id.text2when recycling a convertView that had originally been a TextView.

pcholt avatar Oct 16 '15 01:10 pcholt

Hi there, can I get more details in the patch, I'm havind the same issue. Thanks

pcarpio avatar Dec 14 '15 14:12 pcarpio