label 수정

알람 -> 소다로 살다
This commit is contained in:
2024-07-26 16:05:23 +09:00
parent 7aa80154fa
commit b393ddcd74
3 changed files with 3 additions and 3 deletions

View File

@@ -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())