MOBILE-4081 courses: Remove downloaded icon when delete course

main
Dani Palou 2022-12-01 16:21:29 +01:00
parent 0c03b6a3c1
commit ea4dab580e
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ export class CoreCoursesCourseListItemComponent implements OnInit, OnDestroy, On
this.prefetchCourseData.icon = statusData.icon;
this.prefetchCourseData.statusTranslatable = statusData.statusTranslatable;
this.prefetchCourseData.loading = statusData.loading;
this.prefetchCourseData.downloadSucceeded = status === CoreConstants.DOWNLOADED;
}
/**