diff --git a/entry/src/main/ets/utils/WindowUtil.ets b/entry/src/main/ets/utils/WindowUtil.ets index e9c185759513f3897a2dcb3d767e6e8a82848db6..3f73158b41377a49d94c16f7ef73862b2d63330a 100644 --- a/entry/src/main/ets/utils/WindowUtil.ets +++ b/entry/src/main/ets/utils/WindowUtil.ets @@ -187,6 +187,7 @@ export class WindowUtil { // [StartExclude onAvoidAreaChange] // [StartExclude WindowSizeChange] // [StartExclude updateBreakpoint] + // [Start getWindowProperties] // First time get window status. this.mainWindowInfo.windowStatusType = this.mainWindow.getWindowStatus(); this.mainWindow.on('windowStatusChange', this.onStatusTypeChange); @@ -199,6 +200,7 @@ export class WindowUtil { height: height } this.mainWindowInfo.windowSize = windowSize; + // [End getWindowProperties] // [EndExclude updateBreakpoint] // First time get width/height breakpoint. this.mainWindowInfo.widthBp = this.uiContext!.getWindowWidthBreakpoint();