mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
build sucessuly done after config shared content
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user