Skip to content

Commit

Permalink
refactor: let it 사용
Browse files Browse the repository at this point in the history
Co-authored-by: inseon Yun <[email protected]>
  • Loading branch information
no1msh and inseonyun authored Nov 14, 2023
1 parent f3e35e3 commit c6ac018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class CustomProfileImage @JvmOverloads constructor(
fun setGlideCircleImageUrl(imageUrl: String?) {
imageUrl?.let {
Glide.with(profileImage.context)
.load(imageUrl)
.load(it)
.circleCrop()
.into(profileImage)
}
Expand Down

0 comments on commit c6ac018

Please sign in to comment.