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-14 17:17:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
29d255d6b626a6598a782ac96a18cfeafb29b435
29d255d6
1 parent
4e8c0cb2
feat:优化电子报下滑关闭问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperListDialog.ets
View file @
29d255d
...
...
@@ -350,7 +350,7 @@ export struct ENewspaperListDialog {
}
onCloseGestureDialog() {
if (this.topHeight
>= this.deviceHeight
) {
if (this.topHeight
- this.topFixedHeight >= 15
) {
if (this.closeDialog) {
this.closeDialog()
}
...
...
Please
register
or
login
to post a comment