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
陈剑华
2024-06-14 14:40:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0590781929641d26a3791a17c6c3a8128769eaa9
05907819
1 parent
606d2020
fix: 18829 【必现】搜索结果-展开更多样式卡,点击多次后客户端闪退
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
0590781
...
...
@@ -291,7 +291,7 @@ export struct SearchResultContentComponent {
Divider().strokeWidth(5).color('#f5f5f5').padding({ left: 0, right: 0 })
}
} else {
if(this.data
.get(index + 1)
.sameContentListSize > 0) {
if(this.data
?.get(index + 1)?
.sameContentListSize > 0) {
Divider()
.width('100%')
.color($r('app.color.color_F5F5F5'))
...
...
Please
register
or
login
to post a comment