修复退出直播间问题

This commit is contained in:
18401019693
2022-12-01 17:25:41 +08:00
parent 707e083684
commit 72f7e00dd5
2 changed files with 11 additions and 24 deletions

View File

@@ -436,7 +436,7 @@ public class LiveNetManager {
@Override
public void accept(ResponseModel<List<Object>> listResponseModel) throws Exception {
if (callback != null) {
callback.onError("");
callback.onSuccess(null);
}
}
}, new Consumer<Throwable>() {