i get this error : java.lang.IllegalStateException: Additional flips count is too small
See original GitHub issue Process: sinadalvand.a30nama.co.a30nama, PID: 4943 java.lang.IllegalStateException: Additional flips count is too small at com.ramotion.foldingcell.FoldingCell.calculateHeightsForAnimationParts(FoldingCell.java:292) at com.ramotion.foldingcell.FoldingCell.unfold(FoldingCell.java:134) at com.ramotion.foldingcell.FoldingCell.toggle(FoldingCell.java:224) at sinadalvand.a30nama.co.a30nama.Recycle.PostPageRecycleAdapter$DownloadHolder$3.onItemClick(PostPageRecycleAdapter.java:134)
i use this list view in Recycle view when i touch card i receive this error .
what is this meaning?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top GitHub Comments
Solution : i played around with the flipcount attrib in xml and it worked for me, essentially the flipcount decides how many flips there have to be to unfold your card, you can either increase the height of your card or change the flip count and try to get a count for which your app doesnt crash…
If you don’t want folding animation foldingCell.toggle(true);