feat:【光环助手V5.12.0】新增 发布内容需实名认证 https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1982

This commit is contained in:
leafwai
2022-07-22 11:04:40 +08:00
parent 563d9123c8
commit d02bdf9a8a
14 changed files with 128 additions and 16 deletions

View File

@ -420,7 +420,7 @@ public class CommentUtils {
commentLikeCountTv.setVisibility(View.VISIBLE);
try {
if (e != null && e.response().errorBody() != null) {
ErrorHelper.handleError(context, e.response().errorBody().string(), false);
ErrorHelper.handleError(context, e.response().errorBody().string(), false, null);
}
} catch (IOException ex) {
ex.printStackTrace();