From ee8e4e033803b2441abfe3bf9533bcc1c7d1ae16 Mon Sep 17 00:00:00 2001 From: chenjuntao Date: Thu, 28 Mar 2019 18:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A4=BE=E5=8C=BA=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E6=97=A0=E6=B3=95=E7=BD=AE=E9=A1=B6=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/com/gh/common/util/CommentHelper.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7be70d186f..ccaad2ef65 100644 --- a/app/src/main/java/com/gh/common/util/CommentHelper.kt +++ b/app/src/main/java/com/gh/common/util/CommentHelper.kt @@ -216,7 +216,7 @@ object CommentHelper { } } - if (answerId == null) { + if (answerId != null) { DialogUtils.showAlertDialog(context, highlight, content, "确定", "取消", { RetrofitManager.getInstance(context).api