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