liangjingkanji / BRV

[使用文档] Android 快速构建 RecyclerView, 比 BRVAH 更简单强大
http://liangjingkanji.github.io/BRV/
MIT License
2.49k stars 317 forks source link

修复PageRefreshLayout的Refreshing和refresh会导致刷新组件无法刷新的问题 #440

Closed ChawLoo closed 2 months ago

ChawLoo commented 2 months ago

PageRefreshLayout的两个方法refreshingrefresh,调用后如果finish过快,会导致该下拉不再触发刷新回调,动画也不会执行。 跟这个问题的根源一致#353 目前测试下来,这两个方法内,设置的刷新状态更改为RefreshState.PullDownToRefresh可以解决。

liangjingkanji commented 2 months ago

这个方案不行吗?