Fixed refreshing of recipeList when favouriting
This commit is contained in:
parent
5a0503de10
commit
1d33f3a3c1
1 changed files with 1 additions and 2 deletions
|
|
@ -315,9 +315,8 @@ public class RecipeDetailCtrl implements LocaleAware {
|
||||||
configService.save();
|
configService.save();
|
||||||
|
|
||||||
// instant ui update
|
// instant ui update
|
||||||
appCtrl.applyRecipeFilterAndKeepSelection();
|
|
||||||
this.getParentRecipeList().refresh();
|
|
||||||
refreshFavouriteButton();
|
refreshFavouriteButton();
|
||||||
|
appCtrl.refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue