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
chenjun
2024-08-09 18:01:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31548e0287869de2721394c4454a9e12d1f1d6c4
31548e02
1 parent
053ada88
滑动后滑块不消失
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerFullScreenView.ets
sight_harmony/features/wdDetailPlayShortVideo/src/main/ets/view/PlayerFullScreenView.ets
View file @
31548e0
...
...
@@ -328,9 +328,10 @@ export struct PlayerFullScreenView {
if (this.showOperator == false) {
this.restartTimer();
} else {
if (this.isTouched) {
//
if (this.isTouched) {
this.showOperator = false
}
// }
// this.restartTimer();
}
}
}
...
...
Please
register
or
login
to post a comment