에러가 아닌데 에러로 표시하는 부분 warning으로 변경
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user