feature(home): 지금 라이브 중인 라이브의 이미지를 크리에이터의 프로필 이미지가 표시되도록 수정

This commit is contained in:
2025-10-30 17:02:29 +09:00
parent 648064eac7
commit 5689dd10a5

View File

@@ -24,7 +24,7 @@ class HomeLiveAdapter(
fun bind(item: GetRoomListResponse) {
Glide
.with(context)
.load(item.coverImageUrl)
.load(item.creatorProfileImage)
.apply(
RequestOptions().transform(
CircleCrop()