luckybilly / SmartSwipe

An android library to make swipe more easier and more powerful. Android各种侧滑,有这一个就够了

Home Page:https://juejin.im/post/5d3fdc3af265da03c02bdbde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

嵌套在VerticalViewPager外面,加载更多变成了下拉刷新

Khaos116 opened this issue · comments

commented

使用版本:
api 'com.billy.android:smart-swipe:1.1.2'
api 'com.billy.android:smart-swipe-x:1.1.0'

加载更多到最后一条,设置可上拉加载,设置为没有更多
image

第一次上拉出现的“已全部加载完成”是正常的,但是在次上拉出现了“下拉刷新”
GIF

commented

大概问题找到了,滑动完成后调用了ClassicHeader的onReset()方法,导致没有更多变成了"下拉刷新”
image

commented

可以增加判断如果是header才进行重置
image

commented

可以自定义一个footer,重写onReset方法,并在application构建的时候使用自己的footer即可
image

image