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