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-26 15:55:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
38520f6fd7df5725f81e3fe0938de4a159c32a3d
38520f6f
1 parent
4c644fb6
fix(直播): 非沉浸式直播暂停/播放,回放优化
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 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 @
38520f6
...
...
@@ -376,7 +376,9 @@ export struct PlayUIComponent {
this.playerController?.pause()
} else {
this.isPlayStatus = true
if (this.contentDetailData.liveInfo?.liveState == 'running') {
this.playerController?.firstPlay(this.liveUrl)
}
this.playerController?.play()
}
})
...
...
Please
register
or
login
to post a comment