修复社区文章无法置顶的问题
This commit is contained in:
@ -216,7 +216,7 @@ object CommentHelper {
|
||||
}
|
||||
}
|
||||
|
||||
if (answerId == null) {
|
||||
if (answerId != null) {
|
||||
DialogUtils.showAlertDialog(context, highlight, content,
|
||||
"确定", "取消", {
|
||||
RetrofitManager.getInstance(context).api
|
||||
|
||||
Reference in New Issue
Block a user