光环前端优化汇总(2020年2月第3周)(1.2.3.5.6) https://gitlab.ghzs.com/pm/halo-app-issues/issues/791

This commit is contained in:
kehaoyuan@ghzhushou.com
2020-02-21 16:38:25 +08:00
parent 4136bfab42
commit 1997a8b296
15 changed files with 100 additions and 23 deletions

View File

@ -321,7 +321,7 @@ public class MessageDetailFragment extends NormalFragment implements OnCommentCa
newsId = mConcernEntity.getId();
}
PostCommentUtils.addCommentData(getContext(), newsId, jsonObject.toString(), mCommentEntity, new PostCommentUtils.PostCommentListener() {
PostCommentUtils.addCommentData(getContext(), newsId, jsonObject, mCommentEntity, new PostCommentUtils.PostCommentListener() {
@Override
public void postSuccess(JSONObject response) {
mSendingDialog.dismiss();