folding cell not working with recyclerview
abhijeetdhanawade90 opened this issue · 3 comments
abhijeetdhanawade90 commented
I am using folding cell with recyclerview and when i click on any cell then this cell is not unfold.
wifirevaithi commented
did you get any answer?
onuryurtturk commented
@abhijeetdhanawade90 I'm using with recyclerview and its folding. Whats your problem?
golovin47 commented
Hello. You need to make a setup described in example apps and in Readme, which you can find in this repository. Also check if you set OnClickListener to your list item view and it is getting called properly. Logic of folding/unfolding should be placed in onClick() callback method.