Commit 351223ae authored by wanglei's avatar wanglei

...手动混淆...

parent 6310b7d1
......@@ -6,7 +6,7 @@ import android.view.animation.AnimationUtils
import com.base.pdfreader2.R
import com.base.pdfreader2.bean.ParentBean
import com.base.pdfreader2.databinding.ItemJkknkIldBinding
import com.base.pdfreader2.databinding.ItemJunkParentBinding
import com.base.pdfreader2.databinding.ItttoemUkRentBinding
import com.base.pdfreader2.utils.SSDtlinExt.toFormatSize
import com.base.pdfreader2.utils.dasdmlEx.inflate
import pokercc.android.expandablerecyclerview.ExpandableAdapter
......@@ -28,7 +28,7 @@ class AAnSAandAdapter(private val selectAction: (size: Long) -> Unit) : Expandab
}
override fun onCreateGroupViewHolder(viewGroup: ViewGroup, viewType: Int): ViewHolder {
return ViewHolder(R.layout.item_junk_parent.inflate(viewGroup))
return ViewHolder(R.layout.itttoem_uk_rent.inflate(viewGroup))
}
override fun onBindChildViewHolder(holder: ViewHolder, groupPosition: Int, childPosition: Int, payloads: List<Any>) {
......@@ -67,7 +67,7 @@ class AAnSAandAdapter(private val selectAction: (size: Long) -> Unit) : Expandab
@SuppressLint("NotifyDataSetChanged")
override fun onBindGroupViewHolder(holder: ViewHolder, groupPosition: Int, expand: Boolean, payloads: List<Any>) {
val binding = ItemJunkParentBinding.bind(holder.itemView)
val binding = ItttoemUkRentBinding.bind(holder.itemView)
val bean = beanList[groupPosition]
bean.isExpand = expand
if (bean.isExpand) {
......
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