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
wangliang_wd
2024-07-10 14:46:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02acc6d95cc83ef5b127d12caeda746426cc5089
02acc6d9
1 parent
9859e578
feat:优化视频详情展开收起问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerTitleView.ets
View file @
02acc6d
...
...
@@ -23,7 +23,9 @@ export struct PlayerTitleView {
isOpenDetail: this.isOpenDetail
}),
autoCancel: false,
cancel:()=>{
this.isOpenDetail = !this.isOpenDetail
},
customStyle: true,
alignment: DialogAlignment.Bottom
})
...
...
Please
register
or
login
to post a comment