build sucessuly done after config shared content

This commit is contained in:
Equilibrium ITO
2024-02-23 16:06:21 +01:00
parent 1e50f31584
commit 5d62056f11
90 changed files with 1981 additions and 730 deletions
+2 -2
View File
@@ -299,9 +299,9 @@ export class HomePage implements OnInit {
App.addListener('appStateChange', ({ isActive }) => {
if (isActive) {
sendIntent.setRouteService(this.router)
/* this.checkSendIntentReceived(); */
this.checkSendIntentReceived();
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');