fix: 커뮤니티 댓글
- 무료 커뮤니티 글, 내 커뮤니티 글 에서 비밀댓글 체크박스가 보이지 않도록 수정
This commit is contained in:
		@@ -35,8 +35,8 @@ android {
 | 
			
		||||
        applicationId "kr.co.vividnext.sodalive"
 | 
			
		||||
        minSdk 23
 | 
			
		||||
        targetSdk 34
 | 
			
		||||
        versionCode 171
 | 
			
		||||
        versionName "1.37.2"
 | 
			
		||||
        versionCode 172
 | 
			
		||||
        versionName "1.38.0"
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    buildTypes {
 | 
			
		||||
 
 | 
			
		||||
@@ -134,7 +134,9 @@ class CreatorCommunityAllAdapter(
 | 
			
		||||
                item.commentCount,
 | 
			
		||||
                item.isCommentAvailable,
 | 
			
		||||
                comment = item.firstComment,
 | 
			
		||||
                existOrdered = item.existOrdered
 | 
			
		||||
                existOrdered = item.price > 0 &&
 | 
			
		||||
                    item.existOrdered &&
 | 
			
		||||
                    item.creatorId != SharedPreferenceManager.userId
 | 
			
		||||
            )
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user