MOBILE-2873 sync: Sync before prefetch single module
parent
f2b63eac76
commit
b6a6dd13f6
|
@ -1245,7 +1245,7 @@ export class CoreCourseHelperProvider {
|
|||
return promise.catch(() => {
|
||||
// Ignore errors.
|
||||
}).then(() => {
|
||||
return handler.prefetch(module, courseId, true);
|
||||
return this.prefetchDelegate.prefetchModule(module, courseId, true);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue