Ramotion/folding-cell-android

Use recyclerview foldingcell, will appear this problem, how should I solve?

zzhhz opened this issue · 3 comments

zzhhz commented

When an open item, sliding half way to hide this item, click this item, there will be a foldingcell cannot fold, click again, although there is a click event, but no effect, how should this change
123

124

125

Unfortunately I can't reproduce this behavior using any of provided examples from repository. Can you provide more details about your layout and code?

zzhhz commented

I see lastest version, already fixing bugs, thanks!

@oleg-vasiliev I have this very same issue. Is there a new released version that fixes it? I'm using CardView as the root elements of the folded and unfolded cells and have ImageViews in them filled by Glide, if it matters.