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
张善主
2024-06-27 11:06:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7be8f10f1ca6be2eb260a7834a541941ae8155e4
7be8f10f
1 parent
91f03726
fix(19282): UI还原问题-【uat】进入横屏直播详情页,点击暂停后,再次点击播放,进度条消失,预期显示4秒后消失
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 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 @
7be8f10
...
...
@@ -56,7 +56,11 @@ export struct PlayUIComponent {
this.playerController.onStatusChangeForPlayUIComponent = (status: number) => {
if(1 == status){
this.ispause = false
this.isMenuVisible = false
if(this.isMenuVisible){
this.onChangeMenuVisible()
}else{
this.isMenuVisible = true
}
}else if(2 == status){
this.ispause = true
}
...
...
Please
register
or
login
to post a comment