bignerdranch / expandable-recycler-view

[DEPRECATED]
MIT License
1.21k stars 290 forks source link

setChildClickListener not working in expandablecheckrecyclerview 1.4 #362

Closed Audhil closed 7 years ago

Audhil commented 7 years ago

adapter.setChildClickListener(new OnCheckChildClickListener() { @Override public void onCheckChildCLick(View v, boolean checked, CheckedExpandableGroup group, int childIndex) { // logic } });

Audhil commented 7 years ago

I handled child click in onBindCheckChildViewHolder and parent click in onBindGroupViewHolder