mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add either pattern
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user