diff --git a/src/app/home/home.page.ts b/src/app/home/home.page.ts index 226533a97..edc515e76 100644 --- a/src/app/home/home.page.ts +++ b/src/app/home/home.page.ts @@ -159,21 +159,21 @@ export class HomePage implements OnInit { 'despachos', () => { this.despachoRule.getList({updateStore: true}) + } ) + synchro.registerCallback('Online',()=>{ }) synchro.registerCallback('Offline',()=>{ - + }) - - synchro.registerCallback('Notification', (DataArray)=> { this.storageService.get('Notifications').then((data)=>{