在kotlin ItemViewBinder中, 在binder内部实现自我删除。items为List,不是mutableList。不能删除数据。items的类型 是否改为MutableList或者ArrayList<>
zhaosunny1 opened this issue · 0 comments
zhaosunny1 commented
在ItemBinder外可以实现删除。 在内部引用的adapter.items和adapterItems 都是不可编辑的类型。在内部无法实现自我删除功能