MOBILE-4081 courses: Remove downloaded icon when delete course
parent
0c03b6a3c1
commit
ea4dab580e
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue