Show error message when favorite update fails

This commit is contained in:
Kirill Kamakin
2022-12-14 21:58:37 +01:00
parent 30ee8ecdea
commit cd3931e147
5 changed files with 26 additions and 18 deletions

View File

@@ -49,6 +49,7 @@
<string name="fragment_recipes_load_failure_toast_unauthorized">unauthorized</string>
<string name="fragment_recipes_load_failure_toast_unexpected_response">unexpected response</string>
<string name="fragment_recipes_load_failure_toast_no_connection">no connection</string>
<string name="fragment_recipes_favorite_update_failed">Favorite status update failed</string>
<string name="menu_navigation_drawer_change_url">Change URL</string>
<string name="search_recipes_hint">Search recipes</string>
<string name="menu_navigation_drawer_header" translatable="false">@string/app_name</string>