From 0f70f10aede5e4f183f41c0d1b1ad33496d4f860 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Thu, 18 Jan 2024 16:50:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BA=BAPK=E7=BB=93=E6=9D=9F=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E6=A8=AA=E7=AB=96=E5=B1=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/yunbao/live/views/PortraitLiveManager.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java b/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java index 9de03b3c3..b3d43a797 100644 --- a/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java +++ b/live/src/main/java/com/yunbao/live/views/PortraitLiveManager.java @@ -2153,6 +2153,9 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe if (mLiveRoomViewHolder != null) { mLiveRoomViewHolder.removeDetailView(); } + if (mLiveRoomViewHolder != null) { + mLivePlayViewHolder.setLiveBeanLandscape(landscape); + } } public void wishListProgress(WishModel wishListProgress, String userNiceName, int level) {