drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 751 forks source link

在kotlin ItemViewBinder中, 在binder内部实现自我删除。items为List,不是mutableList。不能删除数据。items的类型 是否改为MutableList或者ArrayList<> #331

Open zhaosunny1 opened 2 years ago

zhaosunny1 commented 2 years ago

在ItemBinder外可以实现删除。 在内部引用的adapter.items和adapterItems 都是不可编辑的类型。在内部无法实现自我删除功能