sergejsha / pinned-section-listview

Easy to use ListView with pinned sections for Android.
2.59k stars 808 forks source link

`onClick` from pinned sections can't be called #96

Open bytebeats opened 5 years ago

bytebeats commented 5 years ago

In your sample, PinnedSectionListView is set OnItemClickListener through overridding onListItemClick. But if we don't add OnItemClickListener, when children of section is set OnClickListener and section is pinned, onClick of children of section won't be called.

Can somebody fixed this?