-
Notifications
You must be signed in to change notification settings - Fork 517
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
数据更新问题 #74
Labels
Comments
描述清楚些 |
情况如下: |
这个暂时没能做到数据改变时notify的极度精确,后面如果我能找到更好的办法,我会回来解决这个问题。 |
希望指点一下如何reset。搞得有点不懂了 |
WeakReference缓存的对象会跟着变化,所以这里的判断就不太准的原因吗。我也碰到了这个问题了,修改代码又出现其他问题。楼主什么时候更新啊。。。 |
@GoodmanLi 与WeakReference无关。是更新数据时,判断不准某一个position对应的实体类entity是否改变了。 |
哥们,我也发现了这个bug,你改好了么? |
@GoodmanLi 果然可以了 3q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
调用adapter.notifyDataSetChanged();之后更新数据,卡片总是有三个数据没有被清除
The text was updated successfully, but these errors were encountered: