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

加载更多时的两个问题 #78

Closed yongshengdev closed 2 years ago

yongshengdev commented 6 years ago

作者你好,项目中用的你的SpringView,加载更多时,发现了两个问题:1.加载更多完毕后,最新的数据没有显示出来,我在onFinishFreshAndLoad向下滚动了一段距离但体验很差2.加载更多时,应该加一个isLoading的判断,再次上拉加载的时候判断isLoading不会回调onLoadMore,onFinishFreshAndLoad时isLoading为false,不然数据会重复。

liaoinstan commented 6 years ago

收到你的merge了,下一次发布会修复这个问题

yongshengdev commented 6 years ago

@liaoinstan 作者你好,第一个问题呢,就是加载更多完成后,最新的数据没有显示出来,现在我是在onFinishFreshAndLoad判断是listivew或recyclerview分别调用对应的方法向下滑动了一段距离,但这个效果感觉有点生硬,不知道有没有更好的办法