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