scwang90 / SmartRefreshLayout

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

在BottomSheetDialog的布局中使用这个库会出现问题 #390

Closed Vixb1122 closed 6 years ago

Vixb1122 commented 6 years ago

在BottomSheetDialog中使用这个库,列表只能向上滑动,不能向下滑动。 就算禁用刷新也没用

scwang90 commented 6 years ago

和 Smart 无关,是你布局的问题,Smart 不兼容 BottomSheetDialog 的操作方式

g19980115 commented 4 years ago

SmartRefreshLayout布局加上app:srlEnableNestedScrolling="false"可以解决这个问题,亲测 版本是com.scwang.smart:refresh-layout-kernel:2.0.0

TheMandalorianHub commented 2 years ago

似乎没发获取2.0.0的包了,编译获取提示502了。然后用最新的包2.0.5尝试增加这个属性,还是不兼容无法解决