라이브 - 방장이 아닌 사용자가 유저 차단 시 라이브에서 강퇴되는 버그 수정
This commit is contained in:
parent
720df22df5
commit
ead7aa3011
|
@ -549,7 +549,9 @@ class LiveRoomActivity : BaseActivity<ActivityLiveRoomBinding>(ActivityLiveRoomB
|
|||
dialog.setPositiveButton("차단") { _, _ ->
|
||||
roomUserProfileDialog.dismiss()
|
||||
viewModel.memberBlock(userId) {
|
||||
kickOut(userId)
|
||||
if (viewModel.roomInfoResponse.creatorId == SharedPreferenceManager.userId) {
|
||||
kickOut(userId)
|
||||
}
|
||||
}
|
||||
}
|
||||
dialog.setNegativeButton("취소") { _, _ -> }
|
||||
|
|
Loading…
Reference in New Issue