修复社区文章无法置顶的问题

This commit is contained in:
chenjuntao
2019-03-28 18:29:50 +08:00
parent a430c51c97
commit ee8e4e0338

View File

@ -216,7 +216,7 @@ object CommentHelper {
}
}
if (answerId == null) {
if (answerId != null) {
DialogUtils.showAlertDialog(context, highlight, content,
"确定", "取消", {
RetrofitManager.getInstance(context).api