fisherman

Results 5 issues of fisherman

你好,下载了你的demo,接入LeakCanary以后有好多地方内存泄露啊。还请抽时间优化一下

你好,我这里接入了LeakCanary,发现在退出包含LuRecyclerView的Activity时,频繁发生内存泄露问题,使用原生的RecyclerView就没问题。 是否应该在LuRecyclerView复写onDetachedFromWindow方法做一些事情? ![screenshot_2016-12-27-09-34-02-095_com ypgroup pa](https://cloud.githubusercontent.com/assets/17759213/21488731/194ea58e-cc1e-11e6-98a9-ff46e8be6204.png)

你好,非常喜欢你的库,这里有点小瑕疵:删除一个item时,下标错乱引起的崩溃问题。 `需要在notifyItemRangeRemoved(childAdapterPosStart, childItemCount);`之后,加上如下代码: ![index out](https://user-images.githubusercontent.com/17759213/28958485-1a2cba0a-7929-11e7-856a-23cad3bacee7.png) 由于`getChildAdapterPosition(int parentPosition, int childPosition)`方法为private,childAdapterPosStart拿不到,所以也无法在外边单独执行上述代码。

question

请教调用mDanmakuView.release()引发的ANR问题,哪个版本解决的啊,还是说没解决?

下载目录设置为SD卡根目录或者根目录的某个子目录,就报这个异常,SD卡读写权限已加。 ![Uploading 1.png…]()