jdsjlzx / LRecyclerView

RecyclerView下拉刷新,自动加载更多;仿IOS侧滑Item删除菜单(盼望大家扩展更多功能)
http://blog.csdn.net/jdsjlzx/article/details/51794220
Apache License 2.0
2.47k stars 600 forks source link

ExpandableActivity中显示错乱 #358

Open dingbiye opened 3 years ago

dingbiye commented 3 years ago

如果点击 This is 2th item in Level 0,然后点击This is 3th item in Level0,是把2th更详细的展开了,而不是展开了3th item, 我估计是recyclerview的复用导致position计算出错,类型计算出错导致的。至于怎么解决,我目前并没有找到问题的本质