콘텐츠 업로드

- 미리듣기 최소 시간 15초로 변경
This commit is contained in:
klaus 2024-09-24 13:47:14 +09:00
parent 1930014498
commit d51fc88813
2 changed files with 4 additions and 4 deletions

View File

@ -346,9 +346,9 @@ class AudioContentUploadViewModel(
val timeDifference = timeDifference(previewStartTime!!, previewEndTime!!)
if (timeDifference < 30000) {
if (timeDifference < 15000) {
_toastLiveData.postValue(
"미리 듣기의 최소 시간은 30초 입니다."
"미리 듣기의 최소 시간은 15초 입니다."
)
return false

View File

@ -735,7 +735,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:fontFamily="@font/gmarket_sans_medium"
android:text="미리듣기 시간을 직접 설정하지 않으면 콘텐츠 앞부분 30초가 자동으로 설정됩니다. 미리듣기의 시간제한은 없습니다."
android:text="미리듣기 시간을 직접 설정하지 않으면 콘텐츠 앞부분 15초가 자동으로 설정됩니다. 미리듣기의 시간제한은 없습니다."
android:textColor="@color/color_777777"
android:textSize="13.3sp" />
@ -803,7 +803,7 @@
android:background="@drawable/bg_round_corner_6_7_222222"
android:fontFamily="@font/gmarket_sans_bold"
android:gravity="center"
android:hint="00:30:00"
android:hint="00:00:15"
android:importantForAutofill="no"
android:inputType="textWebEditText"
android:paddingHorizontal="13.3dp"