feat:评论详情删除评论弹窗内容居中
This commit is contained in:
@ -253,7 +253,9 @@ public class CommentUtils {
|
||||
() -> {
|
||||
deleteComment(context, commentEntity, onCommentDeleteListener);
|
||||
return null;
|
||||
}
|
||||
},
|
||||
null,
|
||||
new DialogHelper.Config("", false, false, true, false, -1)
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user