Skip to content

Commit

Permalink
Hotfix: missing favorite module title (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
baharudin-yusup committed Dec 26, 2023
1 parent 2a65874 commit bf1a384
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
15 changes: 14 additions & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
<string name="genre">Genre</string>
<string name="information">Information</string>
<string name="favorite">Favorite</string>

<string name="module_title_favorite">Favorite Movies</string>
</resources>
2 changes: 1 addition & 1 deletion favorite/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<dist:module
dist:instant="false"
dist:title="@string/title_favorite">
dist:title="@string/module_title_favorite">
<dist:delivery>
<dist:on-demand />
</dist:delivery>
Expand Down
1 change: 0 additions & 1 deletion favorite/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<resources>
<string name="favorite_movies">Favorite Movies</string>
<string name="title_favorite">Favorite Movies</string>
</resources>

0 comments on commit bf1a384

Please sign in to comment.