Improve notification

This commit is contained in:
Peter Maquiran
2021-08-31 22:49:37 +01:00
parent 3437c19027
commit fb22023c5d
3 changed files with 57 additions and 4 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ export class HomePage implements OnInit {
synchro.registerCallback('Notification', (DataArray)=> {
this.webNotificationPopupService.sendNotification(DataArray.Object)
this.webNotificationPopupService.sendNotification(DataArray)
this.storageService.get('Notifications').then((data:any)=>{
data.push(DataArray)