Commit 7e170b7c authored by wanglei's avatar wanglei

==========混淆脚本前定位=========

parent bc589985
......@@ -49,9 +49,7 @@ class FileBrowseAdapter(private val select: (size: Int) -> Unit) : RecyclerView.
select.invoke(fileList.filter { it.isSelect }.size)
}
} else {
binding.apply {
ivSelector.isSelected = data.isSelect
}
binding.ivSelector.isSelected = data.isSelect
super.onBindViewHolder(holder, position, payloads)
}
}
......
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