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

列表快速滑动时会出现item重叠bug #5

Open
starry90 opened this issue Sep 26, 2016 · 4 comments
Open

列表快速滑动时会出现item重叠bug #5

starry90 opened this issue Sep 26, 2016 · 4 comments

Comments

@starry90
Copy link

列表快速滑动时会出现item重叠bug,是因为item动画的原因
解决方案,去掉item动画或改成属性动画

@burgessjp
Copy link
Owner

burgessjp commented Sep 27, 2016

确实有这个问题,我记得最新的版本已经删除了item动画

@starry90
Copy link
Author

SolidRVBaseAdapter.runEnterAnimation 就是这个方法,只要继承了SolidRVBaseAdapter的列表都有问题,一直快速的上滑,让列表加载更多,滑几下就出来了问题。

@burgessjp
Copy link
Owner

嗯。我知道这个问题,所以在之前我就关闭了这个动画了,这个类最上面有这行代码

protected boolean mAnimateItems = false;

@starry90
Copy link
Author

哈哈,看到了 :)

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

2 participants