TreeRecyclerView
TreeRecyclerView copied to clipboard
不能直接通过数据源移除吗?
如题,我对数据源的数据移除,没有效果:
list.remove(2);
adapter.getItemManager().notifyDataChanged();
只能用库提供的 removeItems() 方法移除吗?