Commit 089f00bc authored by Vladislav Bogdashkin's avatar Vladislav Bogdashkin 🎣

add binding

parent f177ab7f
......@@ -31,7 +31,7 @@ class ArticlesPreviewAdapter : RecyclerView.Adapter<ArticlePreviewViewHolder>()
override fun getItemCount(): Int = list.size
override fun onBindViewHolder(holder: ArticlePreviewViewHolder, position: Int) {
holder.bindModel(list[position])
}
}
......
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