콘텐츠 상세 - isFullDetailVisible가 false
- 콘텐츠 설명 최대 10 -> 30글자로 수정
This commit is contained in:
@@ -603,10 +603,10 @@ class AudioContentService(
|
|||||||
) {
|
) {
|
||||||
val length = audioContent.detail.length
|
val length = audioContent.detail.length
|
||||||
|
|
||||||
if (length < 20) {
|
if (length < 60) {
|
||||||
"${audioContent.detail.take(length / 2)}..."
|
"${audioContent.detail.take(length / 2)}..."
|
||||||
} else {
|
} else {
|
||||||
"${audioContent.detail.take(10)}..."
|
"${audioContent.detail.take(30)}..."
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
audioContent.detail
|
audioContent.detail
|
||||||
|
|||||||
Reference in New Issue
Block a user