improve profile reactiveness and action page performance

This commit is contained in:
Peter Maquiran
2024-07-24 13:37:02 +01:00
parent 717968ac52
commit 46bb078dd2
45 changed files with 543 additions and 247 deletions
-2
View File
@@ -782,7 +782,6 @@ export class AgendaPage implements OnInit {
}
tracing.setAttribute('outcome', 'failed')
tracing.bugFlag()
load++
if (load == (selectedCalendarIds).length) {
@@ -801,7 +800,6 @@ export class AgendaPage implements OnInit {
tracing.setAttribute('outcome', 'failed')
tracing.setAttribute('error', 'selectedCalendar.wxUserId')
this.toastService._badRequest('Pedimos desculpa mas não foi possível executar a acção. Por favor, contacte o apoio técnico. #2')
tracing.bugFlag()
}
tracing.addEvent('load range end')
@@ -177,7 +177,6 @@ export class ViewEventPage implements OnInit {
tracing.setAttribute('outcome', 'failed')
tracing.bugFlag()
// this.toastService.badRequest('Este evento já não existe na sua agenda')
this.RouteService.goBack();