From 959c5e4cf5ff2940df8a89e33de62043272724e6 Mon Sep 17 00:00:00 2001 From: Jack <1484288157@qq.com> Date: Tue, 25 Feb 2020 09:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=84=E8=AE=BA=E4=BD=9C?= =?UTF-8?q?=E8=80=85=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gh/common/util/CommentUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/gh/common/util/CommentUtils.java b/app/src/main/java/com/gh/common/util/CommentUtils.java index a4f16b881f..947fa0cba8 100644 --- a/app/src/main/java/com/gh/common/util/CommentUtils.java +++ b/app/src/main/java/com/gh/common/util/CommentUtils.java @@ -382,7 +382,7 @@ public class CommentUtils { if (entity.getMe() != null && entity.getMe().isContentOwner()) { holder.commentAuthorTv.setVisibility(View.VISIBLE); } else { - holder.commentAuthorTv.setVisibility(View.VISIBLE); + holder.commentAuthorTv.setVisibility(View.GONE); } holder.commentUserNameTv.setText(entity.getUser().getName()); if (entity.getUser().getAuth() != null) {