MOBILE-3320 url: Fix embedded URLs
This commit is contained in:
parent
edf5763809
commit
ed00cefbae
@ -89,7 +89,7 @@ export class AddonModUrlModuleHandlerService implements CoreCourseModuleHandler
|
||||
const modal = await CoreDomUtils.showModalLoading();
|
||||
|
||||
try {
|
||||
const shouldOpen = this.shouldOpenLink(module, courseId);
|
||||
const shouldOpen = await this.shouldOpenLink(module, courseId);
|
||||
|
||||
if (shouldOpen) {
|
||||
openUrl(module, courseId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user