MOBILE-3205 forum: Refresh info after pin or star

main
Pau Ferrer Ocaña 2019-12-04 10:16:40 +01:00
parent dac9ba4de9
commit 1daa5c57c9
2 changed files with 1 additions and 3 deletions

View File

@ -128,7 +128,7 @@ export class AddonModForumIndexComponent extends CoreCourseModuleMainActivityCom
discussion.starred = data.starred; discussion.starred = data.starred;
} }
this.showLoadingAndFetch(false); this.showLoadingAndRefresh(false);
} }
} }

View File

@ -15,8 +15,6 @@
import { CoreContentLinksAction } from '../providers/delegate'; import { CoreContentLinksAction } from '../providers/delegate';
import { CoreContentLinksHandlerBase } from './base-handler'; import { CoreContentLinksHandlerBase } from './base-handler';
import { CoreCourseHelperProvider } from '@core/course/providers/helper'; import { CoreCourseHelperProvider } from '@core/course/providers/helper';
import { CoreCourseProvider } from '@core/course/providers/course';
import { CoreDomUtilsProvider } from '@providers/utils/dom';
/** /**
* Handler to handle URLs pointing to the index of a module. * Handler to handle URLs pointing to the index of a module.