MOBILE-3205 forum: Reload discussion list after changes

main
Pau Ferrer Ocaña 2019-11-28 14:36:49 +01:00
parent 33f2abcee1
commit 338334b8c6
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
if (typeof data.starred != 'undefined') {
discussion.starred = data.starred;
}
this.showLoadingAndFetch(false);
}
}