forked from EVOgeek/Vmeda.Online
MOBILE-2873 sync: Sync before prefetch single module
This commit is contained in:
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…
x
Reference in New Issue
Block a user