feature(home): 지금 라이브 중인 라이브의 이미지를 크리에이터의 프로필 이미지가 표시되도록 수정
This commit is contained in:
@@ -24,7 +24,7 @@ class HomeLiveAdapter(
|
||||
fun bind(item: GetRoomListResponse) {
|
||||
Glide
|
||||
.with(context)
|
||||
.load(item.coverImageUrl)
|
||||
.load(item.creatorProfileImage)
|
||||
.apply(
|
||||
RequestOptions().transform(
|
||||
CircleCrop()
|
||||
|
||||
Reference in New Issue
Block a user