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-09-18 17:33:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
be0f143b5ab1404666b2edc876a862c9b326b734
be0f143b
1 parent
40c07f97
ref |> 竖屏直播横屏流全屏后,增加点击浮层消失功能
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerUIComponent.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/widgets/vertical/PlayerUIComponent.ets
View file @
be0f143
...
...
@@ -68,6 +68,7 @@ export struct PlayerUIComponent {
Stack() {
// 标题
PlayerTitleComponent({ playerController: this.playerController })
.visibility(!this.isFullScreen ? Visibility.Visible : (this.isShowControl && this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? Visibility.Visible : Visibility.Hidden))
PlayerCommentComponent()
.visibility(this.isShowControl ? Visibility.Hidden : Visibility.Visible)
...
...
Please
register
or
login
to post a comment