MOBILE-4362 lesson: Stop and hide lesson timer when finish lesson

main
Dani Palou 2023-10-09 16:07:34 +02:00
parent f9e31e5d38
commit b3af76705e
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ export class AddonModLessonPlayerPage implements OnInit, OnDestroy, CanLeave {
this.eolData = data.data;
this.messages = this.messages.concat(data.messages);
this.processData = undefined;
this.endTime = undefined;
CoreEvents.trigger(CoreEvents.ACTIVITY_DATA_SENT, { module: 'lesson' });