lcodecorex / TwinklingRefreshLayout

RefreshLayout that support for OverScroll and better than iOS. 支持下拉刷新和上拉加载的RefreshLayout,自带越界回弹效果,支持RecyclerView,AbsListView,ScrollView,WebView
Apache License 2.0
3.99k stars 672 forks source link

设置setAutoLoadMore(true)之后,有时候上拉一次加载了两页的内容(默认上拉一次加载一页内容) #117

Open quanyousheng opened 7 years ago

quanyousheng commented 7 years ago

本来设置的上拉一次加载一页(10条)数据,但是设置了“ refreshLayout.setAutoLoadMore(true);//在底部越界的时候自动切换到加载更多模式"之后,有时候上拉一次加载了两页的内容,去掉后上拉效果就不连贯了,麻烦大大看看问题在哪