add either pattern

This commit is contained in:
Peter Maquiran
2024-07-09 12:36:46 +01:00
parent 06417ead0f
commit a26fbbddba
45 changed files with 985 additions and 701 deletions
+1 -3
View File
@@ -60,15 +60,13 @@ export class NotificationsService {
constructor(
private http: HttpClient,
private storageService: StorageService,
public modalCtrl: AlertController,
private platform: Platform,
private router: Router,
private zone: NgZone,
private eventtrigger: EventTrigger,
private afMessaging: AngularFireMessaging,
public NotificationHolderService: NotificationHolderService,
private NotificationRepositoryService: NotificationRepositoryService) {
public NotificationHolderService: NotificationHolderService) {
// this.onReciveForeground();
this.onReciveBackground();