fix(content): FIRST 오디오 전체보기 타입을 제거한다
This commit is contained in:
@@ -13,8 +13,7 @@ data class ContentOverviewPageResponse(
|
|||||||
)
|
)
|
||||||
|
|
||||||
enum class ContentOverviewType {
|
enum class ContentOverviewType {
|
||||||
NEW_AND_HOT_AUDIO,
|
NEW_AND_HOT_AUDIO
|
||||||
FIRST_AUDIO_CONTENT
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Keep
|
@Keep
|
||||||
|
|||||||
@@ -17,5 +17,4 @@ data class ContentOverviewUiModel(
|
|||||||
@StringRes
|
@StringRes
|
||||||
fun ContentOverviewType.toTitleResId(): Int = when (this) {
|
fun ContentOverviewType.toTitleResId(): Int = when (this) {
|
||||||
ContentOverviewType.NEW_AND_HOT_AUDIO -> R.string.content_recommendation_section_new_and_hot
|
ContentOverviewType.NEW_AND_HOT_AUDIO -> R.string.content_recommendation_section_new_and_hot
|
||||||
ContentOverviewType.FIRST_AUDIO_CONTENT -> R.string.home_recommendation_section_first_audio_contents
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user