You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: