mirror of
https://github.com/openharmony/applications_systemui.git
synced 2026-07-16 07:54:42 -04:00
!459 进行12小时稳定性测试,出现jscrash问题
Merge pull request !459 from kejintao/cherry-pick-1712045959
This commit is contained in:
@@ -84,7 +84,7 @@ export default struct GeneralItem {
|
||||
itemData: this.itemData
|
||||
});
|
||||
|
||||
if (this.isExpand && this.itemData.actionButtons.length) {
|
||||
if (this.isExpand && this.itemData.actionButtons?.length) {
|
||||
ActionComponent({ itemData: this.itemData })
|
||||
} else {
|
||||
Blank().height(Layout.ITEM_MARGIN)
|
||||
|
||||
Reference in New Issue
Block a user