label 수정
알람 -> 소다로 살다
This commit is contained in:
@@ -40,7 +40,7 @@ android {
|
||||
applicationId "kr.co.vividnext.sodalive"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 85
|
||||
versionCode 87
|
||||
versionName "1.13.2"
|
||||
}
|
||||
|
||||
|
@@ -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())
|
||||
|
@@ -237,7 +237,7 @@
|
||||
android:layout_marginEnd="5.3dp"
|
||||
android:fontFamily="@font/gmarket_sans_bold"
|
||||
android:gravity="center"
|
||||
android:text="소다로 살다"
|
||||
android:text="소다로 살다 (알람 등록)"
|
||||
android:textColor="@color/color_eeeeee"
|
||||
android:textSize="16sp" />
|
||||
|
||||
|
Reference in New Issue
Block a user