修复直播间PK时通过右上角角标-对方首页(web)-跳转直播间,会残留pk条观众头像问题
This commit is contained in:
parent
8f58c485c8
commit
5dd5b2e0ea
@ -264,7 +264,7 @@ public class MyWebViewActivity extends AbsActivity {
|
||||
MicStatusManager.getInstance().showDownMicDialog(mContext);
|
||||
return;
|
||||
}
|
||||
EventBus.getDefault().post(new LiveRoomChangeEvent(liveBean, liveType, Integer.parseInt(liveTypeVal)));
|
||||
EventBus.getDefault().post(new LiveRoomChangeEvent(liveBean, liveType, Integer.parseInt(liveTypeVal)).setLiveEnd(true));
|
||||
} else {
|
||||
RouteUtil.forwardLiveAudienceActivity(liveBean, liveType, Integer.parseInt(liveTypeVal), Integer.parseInt(liveSdk));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user