parent
8505be882c
commit
827a8258ec
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue