mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-27 00:51:34 +00:00
update feature/pagedesktop/src/main/ets/default/layout/PageDesktopLayout.ets.
Signed-off-by: gengzhengxing <gengzhengxing1@h-partners.com>
This commit is contained in:
parent
594d571a7e
commit
4439874181
@ -105,7 +105,7 @@ export struct PageDesktopLayout {
|
||||
gridConfig: this.gridConfig,
|
||||
mPageDesktopViewModel: mPageDesktopViewModel,
|
||||
dialogController: this.deviceType == CommonConstants.PAD_DEVICE_TYPE ? null : this.dialogController
|
||||
})
|
||||
}).id(`${TAG}`)
|
||||
.width(StyleConstants.PERCENTAGE_100)
|
||||
.height(StyleConstants.PERCENTAGE_100)
|
||||
}
|
||||
@ -119,6 +119,14 @@ struct settingDialog {
|
||||
confirm: () => void
|
||||
onAccept: () => void
|
||||
|
||||
aboutToAppear(): void {}
|
||||
|
||||
aboutToDisappear(): void {
|
||||
this.cancel = null;
|
||||
this.confirm = null;
|
||||
this.controller = null;
|
||||
}
|
||||
|
||||
build() {
|
||||
Stack() {
|
||||
Column() {
|
||||
|
Loading…
Reference in New Issue
Block a user