We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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,是因为item动画的原因 解决方案,去掉item动画或改成属性动画
The text was updated successfully, but these errors were encountered:
确实有这个问题,我记得最新的版本已经删除了item动画
Sorry, something went wrong.
SolidRVBaseAdapter.runEnterAnimation 就是这个方法,只要继承了SolidRVBaseAdapter的列表都有问题,一直快速的上滑,让列表加载更多,滑几下就出来了问题。
嗯。我知道这个问题,所以在之前我就关闭了这个动画了,这个类最上面有这行代码
protected boolean mAnimateItems = false;
哈哈,看到了 :)
No branches or pull requests
列表快速滑动时会出现item重叠bug,是因为item动画的原因
解决方案,去掉item动画或改成属性动画
The text was updated successfully, but these errors were encountered: