mirror of
https://gitee.com/openharmony/applications_call
synced 2025-02-17 04:58:28 +00:00
!106 CustomDialogController使用后置空
Merge pull request !106 from Ryan Zhu/master
This commit is contained in:
commit
fec42c5220
@ -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…
x
Reference in New Issue
Block a user