콘텐츠 메인 새로운 단편 전체보기 제목 변경
- 무료 콘텐츠 조회시 -> 새로운 무료 콘텐츠 - 기본 -> 새로운 단편
This commit is contained in:
		| @@ -36,8 +36,8 @@ class AudioContentNewAllActivity : BaseActivity<ActivityAudioContentNewAllBindin | ||||
|     private var isFree: Boolean = false | ||||
|  | ||||
|     override fun onCreate(savedInstanceState: Bundle?) { | ||||
|         super.onCreate(savedInstanceState) | ||||
|         isFree = intent.getBooleanExtra(Constants.EXTRA_AUDIO_CONTENT_FREE, false) | ||||
|         super.onCreate(savedInstanceState) | ||||
|  | ||||
|         bindData() | ||||
|         viewModel.getThemeList() | ||||
| @@ -54,7 +54,7 @@ class AudioContentNewAllActivity : BaseActivity<ActivityAudioContentNewAllBindin | ||||
|         binding.toolbar.tvBack.setOnClickListener { finish() } | ||||
|  | ||||
|         binding.tvNotice.text = if (isFree) { | ||||
|             "※ 최근 2주간 등록된 새로운 무료 콘텐츠 입니다." | ||||
|             "※ 최근 2주간 등록된 새로운 콘텐츠 입니다." | ||||
|         } else { | ||||
|             "※ 최근 2주간 등록된 새로운 단편 입니다." | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user