feat:评论详情删除评论弹窗内容居中

This commit is contained in:
曾祥俊
2023-05-11 15:43:52 +08:00
parent d1277aa1aa
commit 4c51ca7670

View File

@ -253,7 +253,9 @@ public class CommentUtils {
() -> {
deleteComment(context, commentEntity, onCommentDeleteListener);
return null;
}
},
null,
new DialogHelper.Config("", false, false, true, false, -1)
);
break;
}