diff --git a/products/phone/src/main/ets/entryability/EntryAbility.ets b/products/phone/src/main/ets/entryability/EntryAbility.ets index 259b1e4173db2772e300466d108835f5f4bcbc29..53ac66020cfe2b1b087b5ef3981ffea5bcf21011 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();