mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
last sentry changed
This commit is contained in:
@@ -123,7 +123,8 @@ export class HomePage implements OnInit {
|
||||
}
|
||||
|
||||
goto(url) {
|
||||
this.router.navigate([url])
|
||||
// this.router.navigateByUrl('/home/events', { replaceUrl: true });
|
||||
this.router.navigate([url], { replaceUrl: true })
|
||||
}
|
||||
|
||||
refreshing() { }
|
||||
@@ -132,8 +133,8 @@ export class HomePage implements OnInit {
|
||||
|
||||
this.logDeviceInfo();
|
||||
|
||||
this.notificationsService.onReciveForeground();
|
||||
this.notificationsService.onReciveBackground();
|
||||
// this.notificationsService.onReciveForeground();
|
||||
// this.notificationsService.onReciveBackground();
|
||||
|
||||
window.addEventListener('online', () => {
|
||||
// console.log('Became online')
|
||||
|
||||
Reference in New Issue
Block a user