[6.7.0][工具箱] refactor: 数据量不大,禁止itemview 复用,避免复用带来副作用;
This commit is contained in:
@@ -44,6 +44,7 @@ class ToolKitListAdapter(var items: List<ToolKitBean>) :
|
||||
}
|
||||
}
|
||||
}
|
||||
holder.setIsRecyclable(false)
|
||||
}
|
||||
|
||||
override fun getItemCount() = items.size
|
||||
|
||||
Reference in New Issue
Block a user