Merge pull request #1946 from albertgasset/MOBILE-3039

MOBILE-3039 forum: Display prefetch icon
main
Juan Leyva 2019-05-24 17:51:19 +02:00 committed by GitHub
commit fecd7d786b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
this.domUtils.showErrorModalDefault(message, 'addon.mod_forum.errorgetforum', true);
this.loadMoreError = true; // Set to prevent infinite calls with infinite-loading.
}).then(() => {
// All data obtained, now fill the context menu.
this.fillContextMenu(refresh);
});
}