Fixed refreshing of recipeList when favouriting

This commit is contained in:
Oskar Rasieński 2026-01-18 16:42:55 +01:00
commit 1d33f3a3c1

View file

@ -315,9 +315,8 @@ public class RecipeDetailCtrl implements LocaleAware {
configService.save();
// instant ui update
appCtrl.applyRecipeFilterAndKeepSelection();
this.getParentRecipeList().refresh();
refreshFavouriteButton();
appCtrl.refresh();
}
/**