From 127e1f6673128d715cc00c0616f7652d4e9352b1 Mon Sep 17 00:00:00 2001 From: klaus Date: Mon, 15 Jan 2024 21:05:30 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=9D=B8=EC=9D=B4=20=EC=8A=A4?= =?UTF-8?q?=ED=94=BC=EC=BB=A4=20=EC=9D=B8=20=EA=B2=BD=EC=9A=B0=20=EB=A7=90?= =?UTF-8?q?=ED=95=98=EB=8A=94=20=EC=82=AC=EB=9E=8C=20=EB=B0=B0=EA=B2=BD?= =?UTF-8?q?=EC=9D=B4=20=EC=9E=98=20=EB=B3=B4=EC=9D=B4=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/live/room/LiveRoomActivity.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/src/main/java/kr/co/vividnext/sodalive/live/room/LiveRoomActivity.kt b/app/src/main/java/kr/co/vividnext/sodalive/live/room/LiveRoomActivity.kt index c3ae2d5..5afa85d 100644 --- a/app/src/main/java/kr/co/vividnext/sodalive/live/room/LiveRoomActivity.kt +++ b/app/src/main/java/kr/co/vividnext/sodalive/live/room/LiveRoomActivity.kt @@ -1484,10 +1484,6 @@ class LiveRoomActivity : BaseActivity(ActivityLiveRoomB handler.post { speakerListAdapter.activeSpeakers.clear() speakerListAdapter.activeSpeakers.addAll(activeSpeakerIds) - - if (activeSpeakerIds.contains(0) && !isMicrophoneMute) { - speakerListAdapter.activeSpeakers.add(SharedPreferenceManager.userId.toInt()) - } speakerListAdapter.notifyDataSetChanged() } }