forked from EVOgeek/Vmeda.Online
		
	MOBILE-2114 scorm: Fix offline data not detected on exit
This commit is contained in:
		
							parent
							
								
									b7d56bf641
								
							
						
					
					
						commit
						2ec371bf0c
					
				| @ -442,7 +442,9 @@ export class AddonModScormPlayerPage implements OnInit, OnDestroy { | |||||||
|         this.tocObserver && this.tocObserver.off(); |         this.tocObserver && this.tocObserver.off(); | ||||||
|         this.launchNextObserver && this.launchNextObserver.off(); |         this.launchNextObserver && this.launchNextObserver.off(); | ||||||
|         this.launchPrevObserver && this.launchPrevObserver.off(); |         this.launchPrevObserver && this.launchPrevObserver.off(); | ||||||
|         this.goOfflineObserver && this.goOfflineObserver.off(); |         setTimeout(() => { | ||||||
|  |             this.goOfflineObserver && this.goOfflineObserver.off(); | ||||||
|  |         }, 500); | ||||||
| 
 | 
 | ||||||
|         // Unblock the SCORM so it can be synced.
 |         // Unblock the SCORM so it can be synced.
 | ||||||
|         this.syncProvider.unblockOperation(AddonModScormProvider.COMPONENT, this.scorm.id, 'player'); |         this.syncProvider.unblockOperation(AddonModScormProvider.COMPONENT, this.scorm.id, 'player'); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user