This commit is contained in:
tiago.kayaya
2021-06-30 16:12:47 +01:00
parent 8b3474f02d
commit 8feb2a4f6e
11 changed files with 350 additions and 5 deletions
@@ -311,7 +311,12 @@ export class PublicationsPage implements OnInit {
},
//translucent: true
});
return await modal.present();
await modal.present();
modal.onDidDismiss().then(res =>{
if(res['data']=='edit'){
this.desktopComponent.showAddActions = true;
}
});
}
}