scwang90 / SmartRefreshLayout

🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
https://segmentfault.com/a/1190000010066071
Apache License 2.0
24.8k stars 4.94k forks source link

CoordinatorLayout嵌套SmartRefreshLayout嵌套RecyclerView冲突 #1464

Open gwl026596 opened 2 years ago

gwl026596 commented 2 years ago

依赖版本:com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-14 CoordinatorLayout嵌套SmartRefreshLayout嵌套RecyclerView当AppBarLayout完全折叠时,设置recyclerView.setNestedScrollingEnabled(false),有时候会无法下拉刷新,只能滚动RecyclerView列表,松开,再次触摸又可以下拉刷新了,有遇到此类问题的大佬吗,