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
zhaojunkai
2024-04-03 18:14:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f69073eae8048914a2cc8dcb3454f0de34a4093e
f69073ea
1 parent
4f93bc3d
音乐详情-切换页面后释放音乐
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/AudioDetailComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/AudioDetailComponent.ets
View file @
f69073e
...
...
@@ -47,6 +47,9 @@ export struct AudioDetailComponent {
this.duration = totalSeconds
}
}
onPageHide() {
this.playerController?.pause();
}
build() {
Row() {
Column() {
...
...
Please
register
or
login
to post a comment