본인이 스피커 인 경우 말하는 사람 배경이 잘 보이지 않는 버그 수정

This commit is contained in:
klaus 2024-01-15 21:05:30 +09:00
parent 22f1e4024e
commit 127e1f6673
1 changed files with 0 additions and 4 deletions

View File

@ -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()
}
}