parent
7209f972d2
commit
e6339bb4c2
|
@ -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
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue