TreeRecyclerView icon indicating copy to clipboard operation
TreeRecyclerView copied to clipboard

不能直接通过数据源移除吗?

Open LiarrDev opened this issue 3 years ago • 0 comments

如题,我对数据源的数据移除,没有效果:

list.remove(2);
adapter.getItemManager().notifyDataChanged();

只能用库提供的 removeItems() 方法移除吗?

LiarrDev avatar Sep 01 '22 09:09 LiarrDev