diff --git a/src/core/services/utils/utils.ts b/src/core/services/utils/utils.ts index 86c90ea9b..7b806af80 100644 --- a/src/core/services/utils/utils.ts +++ b/src/core/services/utils/utils.ts @@ -1230,6 +1230,8 @@ export class CoreUtilsProvider { type: CoreAnalyticsEventType.OPEN_LINK, link: CoreUrlUtils.unfixPluginfileURL(url), }); + + return; } catch (error) { this.logger.error('Error opening online file ' + url + ' with mimetype ' + mimetype); this.logger.error('Error: ', JSON.stringify(error));