Merge with migraCapacitor

This commit is contained in:
Eudes Inácio
2021-11-05 10:29:49 +01:00
20 changed files with 1066 additions and 307 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ import { LoginUserRespose } from 'src/app/models/user.model';
import { ProfilePage } from 'src/app/modals/profile/profile.page';
import { StorageService } from '../../services/storage.service';
import { SessionStore } from 'src/app/store/session.service';
import { NotificationsService } from '../../services/notifications.service';
//import { NotificationsService } from '../../services/notifications.service';
import { environment } from 'src/environments/environment';
import { EventTrigger } from '../../services/eventTrigger.service';
import { ThemeService } from '../../services/theme.service';
@@ -35,7 +35,7 @@ export class HeaderPage implements OnInit {
private animationController: AnimationController,
private storageservice: StorageService,
private platform: Platform,
private notificationsService: NotificationsService,
//private notificationsService: NotificationsService,
private eventrigger: EventTrigger,
public ThemeService: ThemeService
) {
@@ -67,7 +67,7 @@ export class HeaderPage implements OnInit {
}
UpdateNotificationCount() {
/* UpdateNotificationCount() {
this.notificationsService.registerCallback(
'any',
() => {
@@ -76,7 +76,7 @@ export class HeaderPage implements OnInit {
}, 100)
}
)
}
} */
notificationLengthData() {
this.storageservice.get("Notifications").then((value) => {