This commit is contained in:
Peter Maquiran
2022-12-29 15:31:54 +01:00
parent 4a82191e92
commit 6f3c88b57c
22 changed files with 571 additions and 155 deletions
+6 -6
View File
@@ -207,12 +207,12 @@ export class HomePage implements OnInit {
updateList() {
/* this.notificationsService.registerCallback(
'despachos',
() => {
this.despachoRule.getList({ updateStore: true })
}
) */
// this.notificationsService.registerCallback(
// 'despachos',
// () => {
// // this.despachoRule.getList({ updateStore: true })
// }
// )
document.addEventListener('pause', function () {
// console.log('App going to background');