개수 제한 콘텐츠
- 내 콘텐츠는 sold out 되더라도 재생이 가능하도록 수정
This commit is contained in:
@@ -636,7 +636,7 @@ class AudioContentDetailActivity : BaseActivity<ActivityAudioContentDetailBindin
|
|||||||
response.price > 0
|
response.price > 0
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!response.existOrdered &&
|
response.creator.creatorId != SharedPreferenceManager.userId && !response.existOrdered &&
|
||||||
response.totalContentCount != null && response.remainingContentCount != null &&
|
response.totalContentCount != null && response.remainingContentCount != null &&
|
||||||
response.remainingContentCount <= 0
|
response.remainingContentCount <= 0
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user