Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

上拉加载更多太容易触发了 #67

Open
wmailn opened this issue Mar 16, 2017 · 4 comments
Open

上拉加载更多太容易触发了 #67

wmailn opened this issue Mar 16, 2017 · 4 comments

Comments

@wmailn
Copy link

wmailn commented Mar 16, 2017

列表(ListView)拉倒底部的时候,很容易触发上拉加载更多,随便点击任何一点点,都会触发onRefreshLoadMore,几乎是100%触发,请问这个触发距离在哪里配置 ?

@wmailn
Copy link
Author

wmailn commented Mar 16, 2017

自己在 MaterialRefreshLayout 的 onInterceptTouchEvent 方法中 [ if (dy < -0 && !canChildScrollDown() && isLoadMore) ] 改成了 [ if (dy < -10 && !canChildScrollDown() && isLoadMore) ] ,勉强解决了这个问题,不知道是不是会有别的问题。
qq 20170316141400

@answer03
Copy link

真的很尴尬

@Jameshuihui
Copy link

这个问题真的很头疼

@zidanpiaoguo
Copy link

这是一个真的bug,有没有办法解决一下,楼主从来不解决问题,怎么可以刷的1000多star 的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants