diff --git a/app/src/main/java/com/gh/common/util/CommentHelper.kt b/app/src/main/java/com/gh/common/util/CommentHelper.kt index 72a89a2d7c..dcf28ed20c 100644 --- a/app/src/main/java/com/gh/common/util/CommentHelper.kt +++ b/app/src/main/java/com/gh/common/util/CommentHelper.kt @@ -122,7 +122,7 @@ object CommentHelper { val context = view.context val dialogOptions = ArrayList() - if (isShowTop && (articleId != null || questionId != null) && (commentEntity.me?.isModerator == true || commentEntity.me?.isContentAuthor == true)) { + if (isShowTop && (articleId != null || questionId != null) && commentEntity.me?.isContentAuthor == true) { dialogOptions.add(if (commentEntity.isTop) "取消置顶" else "置顶") } if (questionId != null && commentEntity.me?.isContentAuthor == true) {