Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenjun
2024-08-30 19:07:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
848d55ab920271d3752ffce5ce4b11637aeed5e4
848d55ab
1 parent
dc51f88e
全屏后会向下移,待解决
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdPlayer/src/main/ets/pages/WDPlayerRenderView.ets
sight_harmony/features/wdPlayer/src/main/ets/pages/WDPlayerRenderView.ets
View file @
848d55a
...
...
@@ -167,7 +167,7 @@ export struct WDPlayerRenderView {
this.xComponentController.setXComponentSurfaceRect({
surfaceWidth: info.size.width,
surfaceHeight: info.size.width / this.videoRatio,
offsetY: this.isPad ? this.topSafeHeight : (info.size.height - height) / 2
//
offsetY: this.isPad ? this.topSafeHeight : (info.size.height - height) / 2
});
return
}
...
...
Please
register
or
login
to post a comment