라이프 참여자 리스트
- 스피커 표시 최대 5명
This commit is contained in:
@@ -60,8 +60,8 @@ data class LiveRoomProfileItemSpeakerTitle(
|
||||
val itemBinding = binding as ItemLiveRoomProfileHeaderBinding
|
||||
itemBinding.tvTitle.text = title
|
||||
itemBinding.tvSpeakerCount.text = "$speakerCount"
|
||||
itemBinding.tvSpeakerTotalCount.text = if (totalUserCount > 4) {
|
||||
"/4"
|
||||
itemBinding.tvSpeakerTotalCount.text = if (totalUserCount > 5) {
|
||||
"/5"
|
||||
} else {
|
||||
"/${totalUserCount - 1}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user