[6.7.0][工具箱] feat: 增驾工具箱item 默认数据;
feat: 增驾注册监听item 点击事件的方法供och 调用;
This commit is contained in:
@@ -31,7 +31,7 @@ class ToolKitListAdapter(var items: List<ToolKitBean>) :
|
||||
(it.parent as ViewGroup).removeView(it)
|
||||
}
|
||||
holder.containerView.addView(it)
|
||||
it.setOnClickListener {
|
||||
it.setOnClickListener {
|
||||
ToolKitDataManager.invokeItemClick(data.toolTag)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user