This commit is contained in:
juntao
2020-08-24 11:31:53 +08:00
parent ad2a0debdd
commit 31984f1737
16 changed files with 205 additions and 39 deletions

View File

@ -120,7 +120,6 @@ public class PostCommentUtils {
final String commentId,
final PostCommentListener listener) {
Observable<ResponseBody> observable;
if (!TextUtils.isEmpty(answerId)) {
@ -260,7 +259,6 @@ public class PostCommentUtils {
});
}
public interface PostCommentListener {
void postSuccess(JSONObject response);