mirror of
https://gitee.com/openharmony/applications_call
synced 2024-11-26 16:10:43 +00:00
CustomDialogController置空
Signed-off-by: Ryan <fengxidadi@163.com>
This commit is contained in:
parent
295ab0d95e
commit
ff5792d69b
@ -81,6 +81,10 @@ export default struct IncomingCom {
|
||||
this.getBtnList();
|
||||
}
|
||||
|
||||
aboutToDisappear() {
|
||||
this.msgDialogController = null;
|
||||
}
|
||||
|
||||
/**
|
||||
* send Message slotId : card slot, destinationHost : accountNumber ,content: content
|
||||
*
|
||||
|
@ -175,6 +175,7 @@ struct Index {
|
||||
this.mdListener?.off('change', this.isBreakpointMD);
|
||||
this.lgListener?.off('change', this.isBreakpointLG);
|
||||
removeAirPlaneModeListener();
|
||||
this.airplaneModeDialogController = null;
|
||||
}
|
||||
|
||||
onBackPress() {
|
||||
|
@ -69,6 +69,10 @@ export default struct listItem {
|
||||
};
|
||||
};
|
||||
|
||||
aboutToDisappear() {
|
||||
this.recordTypeDialog = null;
|
||||
}
|
||||
|
||||
build() {
|
||||
Column() {
|
||||
Row() {
|
||||
|
Loading…
Reference in New Issue
Block a user