gold duo
Results
2
issues of
gold duo
when the adapter getView convertView parameter has been created,the position parameter always return 0. because in onMeasure function viewflow call obtainView pass 0(line 167),it need to pass mCurrentAdapterIndex.
when the adapter getView convertView parameter has been created,the position parameter always return 0. because in onMeasure function viewflow call obtainView pass 0(line 169),it need to pass mCurrentAdapterIndex.