label 수정
알람 -> 소다로 살다
This commit is contained in:
@@ -48,8 +48,8 @@ class AudioContentOrderListViewModel(
|
||||
{
|
||||
if (it.success && it.data != null) {
|
||||
_totalCount.value = it.data.totalCount
|
||||
page += 1
|
||||
if (it.data.items.isNotEmpty()) {
|
||||
page += 1
|
||||
_orderList.postValue(it.data.items)
|
||||
} else {
|
||||
_orderList.postValue(listOf())
|
||||
|
||||
Reference in New Issue
Block a user