본인이 스피커 인 경우 말하는 사람 배경이 잘 보이지 않는 버그 수정
This commit is contained in:
parent
22f1e4024e
commit
127e1f6673
|
@ -1484,10 +1484,6 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
|||
handler.post {
|
||||
speakerListAdapter.activeSpeakers.clear()
|
||||
speakerListAdapter.activeSpeakers.addAll(activeSpeakerIds)
|
||||
|
||||
if (activeSpeakerIds.contains(0) && !isMicrophoneMute) {
|
||||
speakerListAdapter.activeSpeakers.add(SharedPreferenceManager.userId.toInt())
|
||||
}
|
||||
speakerListAdapter.notifyDataSetChanged()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue