pinned-section-listview
pinned-section-listview copied to clipboard
`onClick` from pinned sections can't be called
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?