diff --git a/lib/views/home/infography/infography_screen_state.dart b/lib/views/home/infography/infography_screen_state.dart index 2d8687d..ee3e9b3 100644 --- a/lib/views/home/infography/infography_screen_state.dart +++ b/lib/views/home/infography/infography_screen_state.dart @@ -39,7 +39,7 @@ class InfographyScreenState extends CoreProvier { selectedCats.length == 1 && selectedTags.length == 1 && !filtering; Future changeMark(int id, bool value) async { - UserProvider.changeStatisticMark(id, value); + UserProvider.changeItemMark('infography', id, value); } Future getInfographyContent({required int page}) async {