- +
diff --git a/src/app/pages/agenda/agenda.page.ts b/src/app/pages/agenda/agenda.page.ts index f126dfe94..5a026a463 100644 --- a/src/app/pages/agenda/agenda.page.ts +++ b/src/app/pages/agenda/agenda.page.ts @@ -157,10 +157,12 @@ export class AgendaPage implements OnInit { //Go to the next view of the calendar month/week/day next(){ this.myCal.slideNext(); + this.centralizeTimeline(500); } //Go to the previous view of the calendar back(){ this.myCal.slidePrev(); + this.centralizeTimeline(500); } //Shows the title of your view onViewTitleChanged(title){