fix[修復小窗播放白屏問題]
This commit is contained in:
parent
e89f22329f
commit
29badbf725
@ -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------->");
|
||||
|
Loading…
Reference in New Issue
Block a user