From 8bf60af780ef63658f0dc818291b1bb857637728 Mon Sep 17 00:00:00 2001 From: lon9 <815882449@qq.com> Date: Thu, 6 Feb 2025 16:52:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/phone/src/main/ets/entryability/EntryAbility.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/products/phone/src/main/ets/entryability/EntryAbility.ets b/products/phone/src/main/ets/entryability/EntryAbility.ets index 259b1e4..53ac660 100644 --- a/products/phone/src/main/ets/entryability/EntryAbility.ets +++ b/products/phone/src/main/ets/entryability/EntryAbility.ets @@ -40,7 +40,6 @@ export default class EntryAbility extends UIAbility { hilog.info(0x0000, 'testTag', '%{public}s', 'Ability onWindowStageCreate'); this.windowUtil!.setWindowStage(windowStage); - // this.windowUtil!.setMainWindowPortrait(); windowStage.getMainWindow().then((data: window.Window) => { this.windowObj = data; this.windowUtil!.updateWidthBp(); -- Gitee