parent
7aa80154fa
commit
b393ddcd74
|
@ -40,7 +40,7 @@ android {
|
||||||
applicationId "kr.co.vividnext.sodalive"
|
applicationId "kr.co.vividnext.sodalive"
|
||||||
minSdk 23
|
minSdk 23
|
||||||
targetSdk 33
|
targetSdk 33
|
||||||
versionCode 85
|
versionCode 87
|
||||||
versionName "1.13.2"
|
versionName "1.13.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,8 @@ class AudioContentOrderListViewModel(
|
||||||
{
|
{
|
||||||
if (it.success && it.data != null) {
|
if (it.success && it.data != null) {
|
||||||
_totalCount.value = it.data.totalCount
|
_totalCount.value = it.data.totalCount
|
||||||
|
page += 1
|
||||||
if (it.data.items.isNotEmpty()) {
|
if (it.data.items.isNotEmpty()) {
|
||||||
page += 1
|
|
||||||
_orderList.postValue(it.data.items)
|
_orderList.postValue(it.data.items)
|
||||||
} else {
|
} else {
|
||||||
_orderList.postValue(listOf())
|
_orderList.postValue(listOf())
|
||||||
|
|
|
@ -237,7 +237,7 @@
|
||||||
android:layout_marginEnd="5.3dp"
|
android:layout_marginEnd="5.3dp"
|
||||||
android:fontFamily="@font/gmarket_sans_bold"
|
android:fontFamily="@font/gmarket_sans_bold"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:text="소다로 살다"
|
android:text="소다로 살다 (알람 등록)"
|
||||||
android:textColor="@color/color_eeeeee"
|
android:textColor="@color/color_eeeeee"
|
||||||
android:textSize="16sp" />
|
android:textSize="16sp" />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue