forked from EVOgeek/Vmeda.Online
		
	MOBILE-3099 module: Fix module navigation animation
This commit is contained in:
		
							parent
							
								
									6e976570f7
								
							
						
					
					
						commit
						ed9e5f9869
					
				| @ -299,18 +299,20 @@ export class CoreCourseModuleNavigationComponent implements OnInit, OnDestroy { | ||||
|             return; | ||||
|         } | ||||
| 
 | ||||
|         const options: CoreNavigationOptions = { | ||||
|             replace: true, | ||||
|             animationDirection: next ? 'forward' : 'back', | ||||
|         }; | ||||
| 
 | ||||
|         if (module.uservisible === false) { | ||||
|             const section = next ? this.nextModuleSection : this.previousModuleSection; | ||||
|             const options: CoreNavigationOptions = { | ||||
|                 replace: true, | ||||
|                 params: { | ||||
|                     module, | ||||
|                     section, | ||||
|                 }, | ||||
|             options.params = { | ||||
|                 module, | ||||
|                 section, | ||||
|             }; | ||||
|             CoreNavigator.navigateToSitePath('course/' + this.courseId + '/' + module.id +'/module-preview', options); | ||||
|         } else { | ||||
|             CoreCourseModuleDelegate.openActivityPage(module.modname, module, this.courseId, { replace: true }); | ||||
|             CoreCourseModuleDelegate.openActivityPage(module.modname, module, this.courseId, options); | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user