diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index ccb3f28aa..bac297391 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -40,6 +40,13 @@ + + + + + + + diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index c59027153..57ad842e0 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -296,7 +296,7 @@ export class HomePage implements OnInit { if (isActive) { /* sendIntent.setRouteService(this.router) */ console.log('App is in the foreground'); - this.checkSendIntentReceived() + /* this.checkSendIntentReceived() */ } else { // The app is in the background. console.log('App is in the background'); diff --git a/src/app/pages/publications/new-publication/new-publication.page.html b/src/app/pages/publications/new-publication/new-publication.page.html index d6a6f194b..867ef103b 100644 --- a/src/app/pages/publications/new-publication/new-publication.page.html +++ b/src/app/pages/publications/new-publication/new-publication.page.html @@ -36,8 +36,8 @@ -