크리에이터 커뮤니티 게시물
- 구매하지 않은 유료 게시물도 내용은 보이도록 수정
This commit is contained in:
@@ -60,7 +60,6 @@ class CreatorCommunityAllAdapter(
|
||||
setContent(item, index)
|
||||
} else {
|
||||
binding.llLike.visibility = View.GONE
|
||||
binding.tvContent.visibility = View.GONE
|
||||
binding.ivContent.visibility = View.GONE
|
||||
binding.llComment.visibility = View.GONE
|
||||
binding.ivSeeMore.visibility = View.GONE
|
||||
@@ -79,6 +78,8 @@ class CreatorCommunityAllAdapter(
|
||||
setContent(post, index)
|
||||
}
|
||||
}
|
||||
|
||||
setNoticeAndClickableUrl(binding.tvContent, item.content, item.isExpand, index)
|
||||
}
|
||||
} else {
|
||||
setContent(item, index)
|
||||
@@ -101,7 +102,6 @@ class CreatorCommunityAllAdapter(
|
||||
|
||||
setImageContent(binding.ivContent, item.imageUrl)
|
||||
setContentLike(item.isLike, item.likeCount, item.postId, index)
|
||||
setNoticeAndClickableUrl(binding.tvContent, item.content, item.isExpand, index)
|
||||
setContentComment(
|
||||
item.postId,
|
||||
item.commentCount,
|
||||
|
Reference in New Issue
Block a user