Skip to content

Commit

Permalink
#42 feat : binding 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeonHwan-Kim authored and wateralsie committed Jul 17, 2023
1 parent 754c338 commit c51b570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SearchDetailAdapter :
ViewHolder(binding.root) {
fun onBind(data: Article, bookmarkStatus: SparseBooleanArray) {
binding.data = data
ivSearchDetailThumbnail.load(data.mainImageUrl)
binding.ivSearchDetailThumbnail.load(data.mainImageUrl)
bookmarkStatus.put(position, data.isMarked)
initBookmark(data, bookmarkStatus)
}
Expand Down

0 comments on commit c51b570

Please sign in to comment.