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
wuyanan
2024-08-30 15:41:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
930ac2d452f7490d395d1136f1fbbc578f98026a
930ac2d4
1 parent
5e37933a
fix |> 修复直播回放全屏时,滑动进度条时容易触发上推app动作
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/details/video/PlayUIComponent.ets
View file @
930ac2d
...
...
@@ -371,7 +371,7 @@ export struct PlayUIComponent {
left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp',
right: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp',
top: 15,
bottom: 15
bottom: 15
+ (this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? 15 : 0)
})
.visibility(this.isMenuVisible ? Visibility.Visible : Visibility.None)
}
...
...
Please
register
or
login
to post a comment