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