修复:单人pk时间结束后,用户端由半屏自动变全屏

This commit is contained in:
18401019693 2022-12-10 17:38:33 +08:00
parent b188613035
commit 32969a58db
2 changed files with 0 additions and 4 deletions

View File

@ -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<>();

View File

@ -1274,9 +1274,6 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
mLiveRyLinkMicPkPresenter.onLinkMicPkEnd(winUid);
mLiveRoomViewHolder.setDelOtherInfo();
}
if (mLiveRoomViewHolder != null) {
mLivePlayViewHolder.setLiveBeanLandscape(landscape);
}
}
@Override