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-19 14:52:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
207013f807903904daca4180dd8de57aadcf5d2b
207013f8
1 parent
daa85c88
ref |> 关闭直播详情直播间Tab,音频消息自动播放
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/live/AudioRowComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/live/AudioRowComponent.ets
View file @
207013f
...
...
@@ -13,7 +13,7 @@ export struct AudioRowComponent {
aboutToAppear(): void {
this.playerController.onCanplay = () => {
this.playerController.play()
//
this.playerController.play()
}
this.playerController.onStatusChange = (status: number) => {
if (status == PlayerConstants.STATUS_START) {
...
...
Please
register
or
login
to post a comment