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

快速下拉无法回弹的BUG #14

Open
1liufeilong opened this issue Feb 26, 2015 · 3 comments
Open

快速下拉无法回弹的BUG #14

1liufeilong opened this issue Feb 26, 2015 · 3 comments

Comments

@1liufeilong
Copy link
Contributor

这个是由于UI线程被阻塞造成的,我已经修复过了,其实很简单,就改一个地方,目前感觉很致命,具体可以看这个文章
http://blog.csdn.net/windowsxp2014/article/details/43765311
修改下这个地方
public int getVisiableHeight() {
return mContainer.getLayoutParams().height;
}

@Maxwin-z
Copy link
Owner

能否提个merge request,谢谢

@gongzelong0718
Copy link

@1liufeilong ,修改了之后快速从下划到上面依然会停留在“松开载入更多”的界面。不知道是否与题目相切题。

@1liufeilong
Copy link
Contributor Author

不好意思,以前这样写是错的,我找到愿意了,ontouch是UI线程,这个是没问题的,但是你还有个非UI线程,所以就有问题了。

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

3 participants