HeaderListView
HeaderListView copied to clipboard
Demo crashing - patched
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.text2
when recycling a convertView that had originally been a TextView.
Hi there, can I get more details in the patch, I'm havind the same issue. Thanks