applidium / HeaderListView

Android ListView with sticky headers
http://applidium.com/en/news/headerlistview_for_android/
Other
313 stars 96 forks source link

addHeaderView() not working correctly #40

Closed ali991 closed 9 years ago

ali991 commented 9 years ago

When I add a View to the Header, onRowItemClick() parameters aren't correct

ali991 commented 9 years ago

fixed it, you just need to set position - 1 in onItemClick if there's a header view