修复美颜卡住问题

This commit is contained in:
zlzw 2022-11-08 10:12:57 +08:00
parent 6656aebff9
commit 4a6bb9fd56

View File

@ -536,5 +536,8 @@ public class LiveNewReadyRyViewHolder extends AbsViewHolder implements View.OnCl
@Override
public void onDestroy() {
LiveHttpUtil.cancel(LiveHttpConsts.CREATE_ROOM);
if(manager!=null) {
manager.release();
}
}
}