label 수정

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

View File

@ -40,7 +40,7 @@ android {
applicationId "kr.co.vividnext.sodalive"
minSdk 23
targetSdk 33
versionCode 85
versionCode 87
versionName "1.13.2"
}

View File

@ -48,8 +48,8 @@ class AudioContentOrderListViewModel(
{
if (it.success && it.data != null) {
_totalCount.value = it.data.totalCount
if (it.data.items.isNotEmpty()) {
page += 1
if (it.data.items.isNotEmpty()) {
_orderList.postValue(it.data.items)
} else {
_orderList.postValue(listOf())

View File

@ -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" />