diff --git a/features/home/src/main/ets/view/RecommendedVideo.ets b/features/home/src/main/ets/view/RecommendedVideo.ets index 2aa9fdb5d0a60bc7791a1a6a4e56b65e2c2f3a1d..5c6b3f152fed9c78bb2a1783501dd05705c20cff 100644 --- a/features/home/src/main/ets/view/RecommendedVideo.ets +++ b/features/home/src/main/ets/view/RecommendedVideo.ets @@ -99,7 +99,7 @@ export struct RecommendedVideo { let isLayoutFullScreen: boolean = true; let mainWindow = this.windowUtil!.getMainWindow(); isLayoutFullScreen = mainWindow!.getWindowProperties().isLayoutFullScreen; - // Subtract the width and height of the window in the 2in1 device. + // Subtract the width and height of the window in the PC/2in1 device. if (deviceInfo.deviceType === CommonConstants.DEVICE_TYPE && !isLayoutFullScreen) { dialogYOffset -= HomeConstants.WINDOW_UNDEFINED_TOP; rectLeft -= HomeConstants.WINDOW_UNDEFINED_LEFT;