fix[修復小窗播放白屏問題]

This commit is contained in:
Martin 2024-06-19 14:47:53 +08:00
parent e89f22329f
commit 29badbf725

View File

@ -630,7 +630,10 @@ public class LivePlaySwViewHolder extends LiveRoomPlayViewHolder {
mEnd = true;
mStarted = false;
Bus.getOff(this);
swAuManager.release();
if(ry_view!=null){
ry_view.removeAllViews();
}
//swAuManager.release();
EventBus.getDefault().unregister(this);
//swAuManager.exitChannelAll();
L.e(TAG, "release------->");