mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix cancle notification message
This commit is contained in:
@@ -33,6 +33,7 @@ export class PublicationFromMvService {
|
||||
folderId: string
|
||||
|
||||
|
||||
|
||||
constructor(
|
||||
private publications: PublicationsService,
|
||||
private toastService: ToastService,
|
||||
@@ -41,6 +42,7 @@ export class PublicationFromMvService {
|
||||
private CMAPIService: CMAPIService,
|
||||
public publicationFolderService: PublicationFolderService,
|
||||
private platform: Platform,
|
||||
private modalController: ModalController,
|
||||
) {}
|
||||
|
||||
|
||||
@@ -226,7 +228,6 @@ export class PublicationFromMvService {
|
||||
|
||||
}
|
||||
|
||||
|
||||
closeApp() {
|
||||
if (window["sharedContent"]) {
|
||||
alert('close android')
|
||||
@@ -236,6 +237,11 @@ export class PublicationFromMvService {
|
||||
} else {
|
||||
window["sharedContent"] = null
|
||||
}
|
||||
|
||||
if (this.platform.is('ios')) {
|
||||
this.modalController.dismiss(this.form).then(() => {
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user