fix[修復小窗播放白屏問題]
This commit is contained in:
parent
e89f22329f
commit
29badbf725
@ -630,7 +630,10 @@ public class LivePlaySwViewHolder extends LiveRoomPlayViewHolder {
|
|||||||
mEnd = true;
|
mEnd = true;
|
||||||
mStarted = false;
|
mStarted = false;
|
||||||
Bus.getOff(this);
|
Bus.getOff(this);
|
||||||
swAuManager.release();
|
if(ry_view!=null){
|
||||||
|
ry_view.removeAllViews();
|
||||||
|
}
|
||||||
|
//swAuManager.release();
|
||||||
EventBus.getDefault().unregister(this);
|
EventBus.getDefault().unregister(this);
|
||||||
//swAuManager.exitChannelAll();
|
//swAuManager.exitChannelAll();
|
||||||
L.e(TAG, "release------->");
|
L.e(TAG, "release------->");
|
||||||
|
Loading…
Reference in New Issue
Block a user