콘텐츠 상세
- 미리듣기가 없을 떄 문구 추가
This commit is contained in:
@@ -528,6 +528,7 @@ class AudioContentDetailActivity : BaseActivity<ActivityAudioContentDetailBindin
|
||||
.into(binding.ivCover)
|
||||
|
||||
binding.ivPlayOrPause.visibility = View.GONE
|
||||
binding.tvPreviewNo.visibility = View.GONE
|
||||
binding.tvTotalDuration.text = " / ${response.duration}"
|
||||
|
||||
isAlertPreview = response.creator.creatorId != SharedPreferenceManager.userId &&
|
||||
@@ -571,6 +572,8 @@ class AudioContentDetailActivity : BaseActivity<ActivityAudioContentDetailBindin
|
||||
R.drawable.btn_audio_content_preview_play
|
||||
}
|
||||
)
|
||||
} else {
|
||||
binding.tvPreviewNo.visibility = View.VISIBLE
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user