forked from CIT/Vmeda.Online
		
	Merge pull request #4188 from alfonso-salces/MOBILE-4666
MOBILE-4666 lesson-index: Show loading when lesson is downloading
This commit is contained in:
		
						commit
						9ee4968641
					
				@ -200,9 +200,11 @@
 | 
			
		||||
        </core-tab>
 | 
			
		||||
    </core-tabs>
 | 
			
		||||
 | 
			
		||||
    <div collapsible-footer *ngIf="!showLoading" slot="fixed">
 | 
			
		||||
    <div collapsible-footer *ngIf="!showLoading" slot="fixed" [ngClass]="{ 'ion-margin-bottom': showSpinner }">
 | 
			
		||||
        <div class="list-item-limited-width" *ngIf="!canViewReports && ((lesson && !preventReasons.length) || retakeToReview)">
 | 
			
		||||
            <ng-container *ngTemplateOutlet="buttons" />
 | 
			
		||||
            <core-loading [hideUntil]="!showSpinner">
 | 
			
		||||
                <ng-container *ngTemplateOutlet="buttons" />
 | 
			
		||||
            </core-loading>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
        <core-course-module-navigation [courseId]="courseId" [currentModuleId]="module.id" />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user