Fix terminal errors

This commit is contained in:
Peter Maquiran
2021-08-31 13:46:39 +01:00
parent ea07cbd8d0
commit 6a88bd0b20
5 changed files with 30 additions and 8 deletions
+10
View File
@@ -196,6 +196,16 @@ export class HomePage implements OnInit {
}, 'any')
document.addEventListener('pause', function () {
// console.log('App going to background');
});
document.addEventListener('resume', function () {
// console.log('App coming to foreground');
});
}
}