android-Ultra-Pull-To-Refresh-With-Load-More icon indicating copy to clipboard operation
android-Ultra-Pull-To-Refresh-With-Load-More copied to clipboard

上拉加载在某些情况下需要上拉两次才能够显示加载出来的内容

Open llkkzz111 opened this issue 7 years ago • 2 comments

1、首先上拉,等返回数据,并显示之后(调用refreshComplete后),立即向上滑动,第一次向上拉无效

llkkzz111 avatar Dec 23 '17 13:12 llkkzz111

我也碰到了这种问题

xingstarx avatar Sep 04 '18 02:09 xingstarx

PtrFrameLayout.setForceBackWhenComplete(true)

初始化的时候调用这个方法即可解决此问题

xingstarx avatar Sep 04 '18 06:09 xingstarx