pakerfeldt / android-viewflow

A horizontal view scroller library for Android
1.78k stars 695 forks source link

View not attached if convertView ignored #66

Closed pakerfeldt closed 12 years ago

pakerfeldt commented 12 years ago

If the adapter ignores the convertView passed to Adapter.getView(), the child is never attached to the window by ViewFlow, which in turn might cause strange behavior.