fix(live-room): 스탭 해제 후 권한 표시를 즉시 동기화한다

This commit is contained in:
2026-03-30 18:25:19 +09:00
parent 6393a62410
commit 2d97328eb7
3 changed files with 25 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 35
versionCode 235
versionCode 236
versionName "1.54.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -1813,8 +1813,6 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
requestType = LiveRoomRequestType.CHANGE_LISTENER
) {
if (isFromManager) {
viewModel.getRoomInfo(roomId)
setManagerMessage()
releaseManagerMessageToPeer(userId = peerId)
handler.post {
@@ -2331,6 +2329,7 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
) {
setAudience()
viewModel.getRoomInfo(roomId)
setManagerMessage()
if (roomUserProfileDialog.isShowing()) {
viewModel.getUserProfile(