光环助手V3.2其它优化汇总

This commit is contained in:
kehaoyuan
2018-04-10 11:34:39 +08:00
parent e0c9d43f02
commit c736068d0e
42 changed files with 286 additions and 419 deletions

View File

@ -70,7 +70,7 @@ public class CommentUtils {
}
}
public static void showReportDialog(final CommentEntity commentEntity, final Context context,
public static void showReportDialog(final CommentEntity commentEntity, final Context context, final boolean showConversation,
final OnCommentCallBackListener listener, final String newsId) {
final Dialog dialog = new Dialog(context);
@ -89,7 +89,7 @@ public class CommentUtils {
dialogType.add("复制");
dialogType.add("举报");
if (commentEntity.getParent() != null) {
if (commentEntity.getParent() != null && showConversation) {
dialogType.add("查看对话");
}