Last git pull made

This commit is contained in:
Eudes Inácio
2021-10-07 17:05:14 +01:00
41 changed files with 695 additions and 351 deletions
+3 -3
View File
@@ -193,8 +193,8 @@ export class HomePage implements OnInit {
})
synchro.registerCallback('Offline', () => {
console.log('Offlineee')
synchro.registerCallback('Offline',()=>{
})
synchro.conected
@@ -203,7 +203,7 @@ export class HomePage implements OnInit {
this.webNotificationPopupService.sendNotification(DataArray)
this.storageService.get('Notifications').then((data: any) => {
this.storageService.get('Notifications').then((data:any)=>{
data.push(DataArray)
this.storageService.store("Notifications", data)
}).catch(() => {