liaoinstan / SpringView

🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Apache License 2.0
1.93k stars 355 forks source link

Fix AppBarStateChangeListener 引起的内存泄漏 #105

Open jas0nchen opened 3 years ago

jas0nchen commented 3 years ago

在TabLayout+ViewPager+Fragment使用场景时,重新设置TabLayout和ViewPager会出现内存泄漏,在SpringView的onDetachFromWindow()方法移除AppBarLayout的OnOffsetChangedListener。