지금 라이브 중 - 라이브 없을 떄 문구 변경, 참여자 숫자 제거

This commit is contained in:
2023-12-22 16:09:35 +09:00
parent 2984aac0a5
commit 72d16c4d18
6 changed files with 5 additions and 51 deletions

View File

@@ -29,7 +29,6 @@ class LiveNowAdapter(
placeholder(R.drawable.ic_place_holder)
transformations(RoundedCornersTransformation(4.7f.dpToPx()))
}
binding.tvNumberOfMembers.text = "${item.numberOfParticipate}"
binding.ivLock.visibility = if (item.isPrivateRoom) {
View.VISIBLE
} else {

View File

@@ -34,8 +34,6 @@ class LiveNowAllAdapter(
}
binding.tvNickname.text = item.creatorNickname
binding.tvTitle.text = item.title
binding.tvTotal.text = "/${item.numberOfPeople}"
binding.tvNumberOfParticipants.text = item.numberOfParticipate.toString()
binding.ivLock.visibility = if (item.isPrivateRoom) {
View.VISIBLE
} else {