forked from EVOgeek/Vmeda.Online
Merge pull request #3258 from NoelDeMartin/MOBILE-3833
MOBILE-3833: Clean up swipe managers
This commit is contained in:
commit
e38992b786
@ -324,6 +324,7 @@ export class AddonCalendarCalendarComponent implements OnInit, DoCheck, OnDestro
|
|||||||
*/
|
*/
|
||||||
ngOnDestroy(): void {
|
ngOnDestroy(): void {
|
||||||
this.undeleteEventObserver?.off();
|
this.undeleteEventObserver?.off();
|
||||||
|
this.manager?.destroy();
|
||||||
this.managerUnsubscribe && this.managerUnsubscribe();
|
this.managerUnsubscribe && this.managerUnsubscribe();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -452,6 +452,7 @@ export class AddonCalendarDayPage implements OnInit, OnDestroy {
|
|||||||
this.manualSyncObserver?.off();
|
this.manualSyncObserver?.off();
|
||||||
this.onlineObserver?.unsubscribe();
|
this.onlineObserver?.unsubscribe();
|
||||||
this.filterChangedObserver?.off();
|
this.filterChangedObserver?.off();
|
||||||
|
this.manager?.destroy();
|
||||||
this.managerUnsubscribe && this.managerUnsubscribe();
|
this.managerUnsubscribe && this.managerUnsubscribe();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -315,6 +315,7 @@ export class AddonModBookContentsPage implements OnInit, OnDestroy {
|
|||||||
*/
|
*/
|
||||||
ngOnDestroy(): void {
|
ngOnDestroy(): void {
|
||||||
this.managerUnsubscribe && this.managerUnsubscribe();
|
this.managerUnsubscribe && this.managerUnsubscribe();
|
||||||
|
this.manager?.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user