Ramotion/folding-cell-android

problem in toggle

AhmedSalehUa opened this issue · 1 comments

i have a problem with folding cell if i used list view in content layout i cant toggle the item
this code stopping work
((FoldingCell) view).toggle(false);
adapter.registerToggle(pos);

I have the same problem