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