changes and changes

This commit is contained in:
Eudes Inácio
2023-11-20 14:12:32 +01:00
parent 92cc1841e7
commit 7bd1370c0b
12 changed files with 174 additions and 47 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ 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() */
} else {