콘텐츠 메인

- 숏플, 라이브 다시 듣기 추가
This commit is contained in:
2024-02-14 02:10:30 +09:00
parent a88f8c3316
commit a2cbeb87d5
17 changed files with 524 additions and 2 deletions

View File

@@ -192,7 +192,6 @@ class LiveRoomViewModel(
{
if (it.success && it.data != null) {
roomInfoResponse = it.data
Logger.e("data: ${it.data}")
_roomInfoLiveData.postValue(roomInfoResponse)
if (_coverImageUrlLiveData.value!! != roomInfoResponse.coverImageUrl) {