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-10-24 10:49:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6cc94fb9212e360dc0deaabf15d156fd0ae32217
6cc94fb9
1 parent
7129760f
feat:优化直播已结束,标题等信息暂不自动隐藏问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 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 @
6cc94fb
...
...
@@ -35,7 +35,7 @@ export struct PlayUIComponent {
onChangeMenuVisible() {
if (!this.contentDetailData || !this.contentDetailData.liveInfo ||
this.contentDetailData?.liveInfo?.liveState === 'wait') {
this.contentDetailData?.liveInfo?.liveState === 'wait'
|| (this.contentDetailData?.liveInfo?.liveState === 'end' && this.contentDetailData?.liveInfo?.replayUri.length === 0)
) {
return
}
clearTimeout(this.time)
...
...
Please
register
or
login
to post a comment