Improve publicaton page

This commit is contained in:
Peter Maquiran
2021-03-17 11:12:20 +01:00
parent 65b1d67ab3
commit 4d107249dc
2 changed files with 2 additions and 2 deletions
@@ -54,7 +54,6 @@ export class NewPublicationPage implements OnInit {
private camera: Camera,
) {
alert('!!!!!')
this.publicationType = this.navParams.get('publicationType');
this.folderId = this.navParams.get('folderId');
this.publicationTitle = 'Nova Publicação';
@@ -107,7 +107,8 @@ export class PublicationsPage implements OnInit {
async AddPublicationFolder(item:any) {
this.closeDesktopComponent();
if(window.innerHeight >= 1024){
if(window.innerWidth <= 1024){
const modal = await this.modalController.create({
component: NewActionPage,
componentProps:{