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

滑动太快的时候,加载更多的弹窗越来越小到最后居然没显示了 #34

Open
catroom opened this issue Dec 6, 2016 · 4 comments

Comments

@catroom
Copy link

catroom commented Dec 6, 2016

load more 出现问题,第一次滑动加载更多基本可以显示,再继续上啦就有问题,弹的越来越小

@WuXiaolong
Copy link
Owner

看源码可知,加载更多的动画是0.3秒

@catroom
Copy link
Author

catroom commented Dec 6, 2016

是弹出的位置,越来越小,被遮住了。不是动画问题吧。。是布局不完全显示。我已经很慢上啦了

@supersugar
Copy link

我知道你说的什么问题,是因为你数据回来的太快了,结果footview眨眼就没了,你可以手动做一个延迟,视觉效果会好些:
mRecyclerView.postDelayed(new Runnable() {
@OverRide
public void run() {
adapter.updateData(mGameList);
mRecyclerView.setPullLoadMoreCompleted();
}
}, 500);

@kiss-me-me-me
Copy link

有个bug,多手指暴力滑动,下拉刷新,拉不动了,求指点,我的微信 xf111_33

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