feat(chat-작품별): 이미지 표시할 때 crossfade를 제거
This commit is contained in:
@@ -21,7 +21,6 @@ class OriginalWorkListAdapter(
|
||||
binding.tvTitle.text = item.title
|
||||
binding.tvContentType.text = item.contentType
|
||||
binding.ivCover.load(item.imageUrl) {
|
||||
crossfade(true)
|
||||
placeholder(R.drawable.ic_logo_service_center)
|
||||
transformations(RoundedCornersTransformation(16f.dpToPx()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user