pinned-section-listview icon indicating copy to clipboard operation
pinned-section-listview copied to clipboard

`onClick` from pinned sections can't be called

Open bytebeats opened this issue 6 years ago • 0 comments

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?

bytebeats avatar Nov 14 '18 12:11 bytebeats