Merge pull request #2179 from crazyserver/MOBILE-3205

MOBILE-3205 forum: Refresh info after pin or star
main
Juan Leyva 2019-12-04 10:21:30 +01:00 committed by GitHub
commit 6831ed1864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -15,8 +15,6 @@
import { CoreContentLinksAction } from '../providers/delegate';
import { CoreContentLinksHandlerBase } from './base-handler';
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.