에러가 아닌데 에러로 표시하는 부분 warning으로 변경

This commit is contained in:
2024-03-07 06:33:10 +09:00
parent b6d7e0b0e9
commit 51c5e5f32c

View File

@@ -654,7 +654,7 @@ class LiveRoomViewModel(
{
_isLoading.value = false
if (it.success && it.data != null) {
_userProfileLiveData.value = it.data
_userProfileLiveData.value = it.data!!
onSuccess()
} else {
if (it.message != null) {