Skip to content

Commit

Permalink
[chore] #22 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed May 23, 2024
1 parent beac447 commit 6eee5d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ class RecommendForYouAdapter(
position = position,
)
}

override fun getItemCount(): Int = 6
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ class RecommendJustDroppedViewHolder(
private val binding: ItemRecommendJustDroppedProductBinding,
private val navigateToProductDetail: (Int) -> Unit,
) : RecyclerView.ViewHolder(binding.root) {
private var recommendJustDroppedAdapter: RecommendJustDroppedAdapter = RecommendJustDroppedAdapter(navigateToProductDetail)

fun onBind(
recommendJustDroppedProductModel: RecommendJustDroppedProductModel,
position: Int,
Expand Down

0 comments on commit 6eee5d2

Please sign in to comment.