暂时去掉开箱入口整合

This commit is contained in:
huangjian
2022-10-25 15:09:26 +08:00
parent 116a493799
commit 882bd04db7

View File

@@ -105,7 +105,7 @@ public class GoldBoxHelper {
*/
public static boolean needIntegrateBoxEntrance() {
return !AvRoomDataManager.get().isSingleRoom() && ScreenUtil.screenHeight / ScreenUtil.screenWidth < 2;
return false;
}
}