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-24 15:08:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
51360c7a585ce791c1f4531f120b11289583d4a5
51360c7a
1 parent
8f4f90da
fix(19113): 直播暂停,重新播放后应重新拉取最新直播流,现状:暂停处续播
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 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 @
51360c7
...
...
@@ -369,6 +369,7 @@ export struct PlayUIComponent {
this.playerController?.pause()
} else {
this.isPlayStatus = true
this.playerController?.firstPlay(this.liveUrl)
this.playerController?.play()
}
})
...
...
Please
register
or
login
to post a comment