Baserecyclerviewadapterhelper: 局部刷新无效

Created on 16 Dec 2020  ·  2Comments  ·  Source: CymChad/BaseRecyclerViewAdapterHelper

3.0.6版本的notifyItemChanged(int position, @Nullable Object payload)无效

Most helpful comment

notifyDataSetChanged();
调用一下就好了。我刚处理

我希望局部刷新来提高性能,你来个全部刷新...有啥意义呢

All 2 comments

notifyDataSetChanged();
调用一下就好了。我刚处理

notifyDataSetChanged();
调用一下就好了。我刚处理

我希望局部刷新来提高性能,你来个全部刷新...有啥意义呢

Was this page helpful?
0 / 5 - 0 ratings