lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
4k stars 672 forks source link

GoogleDotView有个地方写错了,造成内存泄漏 #18

Closed hxmeie closed 7 years ago

hxmeie commented 7 years ago

onPullingDown,onPullingRelease方法中 if (animator2.isRunning()) animator2.cancel(); 你的是animator1.cancel();造成内存泄漏

lcodecorex commented 7 years ago

好的。这一版修复。感谢!

lcodecorex commented 7 years ago

@hxmeie v1.04版发布,已修复问题!有彩蛋!!!