Commit 4ee14243 authored by 周文华's avatar 周文华

【调整】调整冲突

parent 6b5e0653
......@@ -14,7 +14,11 @@ class CleanJunkAdapter(
var group: List<FileBean>,
var child: List<List<FileBean>>
) : ExpandableAdapter<ExpandableAdapter.ViewHolder>() {
private class ChildViewHolder(val binding: ItemChildCleanJunkBinding) :
ExpandableAdapter.ViewHolder(binding.root)
private class GroupViewHolder(val binding: ItemGroupCleanJunkBinding) :
ExpandableAdapter.ViewHolder(binding.root)
constructor() : this(emptyList(), emptyList())
private val _selectionData = MutableLiveData<List<FileBean>>()
......@@ -119,8 +123,3 @@ class CleanJunkAdapter(
}
}
private class ChildViewHolder(val binding: ItemChildCleanJunkBinding) :
ExpandableAdapter.ViewHolder(binding.root)
private class GroupViewHolder(val binding: ItemGroupCleanJunkBinding) :
ExpandableAdapter.ViewHolder(binding.root)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment