修复:单人pk时间结束后,用户端由半屏自动变全屏
This commit is contained in:
parent
b188613035
commit
32969a58db
@ -147,7 +147,6 @@ public class LiveRyLinkMicPkPresenter implements View.OnClickListener {
|
||||
private int mPkTimeFromServer;
|
||||
public static TRTCCloud mTRTCCloud1;
|
||||
|
||||
public LivePushRyViewHolder livePushRyViewHolder;
|
||||
|
||||
public static List<RCRTCInputStream> inputStreamList = new ArrayList<>();
|
||||
public static List<RCRTCInputStream> inputStreamList1 = new ArrayList<>();
|
||||
|
@ -1274,9 +1274,6 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
mLiveRyLinkMicPkPresenter.onLinkMicPkEnd(winUid);
|
||||
mLiveRoomViewHolder.setDelOtherInfo();
|
||||
}
|
||||
if (mLiveRoomViewHolder != null) {
|
||||
mLivePlayViewHolder.setLiveBeanLandscape(landscape);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user