Skip to content

Commit

Permalink
[fix] #226 북마크 클릭 시 칩이 계속 쌓이는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Feb 18, 2024
1 parent ab9b67a commit ff5a888
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ class DetailBakeryInfoAdapter(
with(binding) {
binding.bakeryInfo = bakeryInfo

initBreadTypeChips(binding.chipGroupItemDetailBakeryInfoBreadType)
with(binding.chipGroupItemDetailBakeryInfoBreadType) {
this.removeAllViews()
initBreadTypeChips(this)
}

tvItemDetailBakeryInfoHomepage.setOnClickListener {
AmplitudeUtils.trackEvent(CLICK_WEBSITE)
Expand Down

0 comments on commit ff5a888

Please sign in to comment.