修改评论作者显示错误
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user