MOBILE-3833 module-summary: Delete size when remove files

main
Alfonso 2022-04-04 14:28:13 +02:00
parent cfde1d8586
commit dc4aabd2e3
1 changed files with 1 additions and 0 deletions

View File

@ -336,6 +336,7 @@ export class CoreCourseModuleSummaryComponent implements OnInit, OnDestroy {
}
} finally {
this.removeFilesLoading = false;
delete this.size;
}
await this.getPackageStatus();