Skip to content

Commit

Permalink
#30 [add] 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
emjayMJkim committed Jan 11, 2024
1 parent bcda072 commit 0c5f8df
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class OriginalBottomSheet : BindingBottomSheet() {
}

override fun setImage() {
// binding.ivBottomSheet.setImage(image)
// image?.let { binding.ivBottomSheet.setImageResource(it) }
if (isDrawable == true) {
imageDrawable?.let { binding.ivBottomSheet.setImageResource(it) }
} else {
Expand Down

0 comments on commit 0c5f8df

Please sign in to comment.