You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
In your sample,
PinnedSectionListView
is setOnItemClickListener
through overriddingonListItemClick
. But if we don't addOnItemClickListener
, when children of section is setOnClickListener
and section is pinned,onClick
of children of section won't be called.Can somebody fixed this?
The text was updated successfully, but these errors were encountered: