Skip to content

Commit

Permalink
ModalBottomSheetViewHolder: Remove group reference
Browse files Browse the repository at this point in the history
Whoops
  • Loading branch information
EdricChan03 committed Sep 28, 2024
1 parent f5cd64c commit bee36be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ sealed class ModalBottomSheetViewHolder<VB : ViewBinding>(
layoutParams = RecyclerView.LayoutParams(0, 0)
}
setOnClickListener {
item.group?.onItemCheckedChangeListener?.onItemCheckedChange(item)
item.onItemClickListener?.onItemClick(item)
if (item.requestDismissOnClick) requestDismiss()
}
Expand Down

0 comments on commit bee36be

Please sign in to comment.