Skip to content

Commit

Permalink
APPS-7260 Replace netflix image for existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
jeslat committed Dec 1, 2020
1 parent 26abde5 commit fd91aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ListsCatalogFragment : Fragment() {
private fun getAssetResource(withAsset: Boolean, withAssetType: Int): Int? =
if (withAsset) {
if (withAssetType == TYPE_IMAGE) {
R.drawable.netflix_logo
R.drawable.highlighted_card_custom_background
} else {
R.drawable.ic_lists
}
Expand Down
Binary file removed catalog/src/main/res/drawable/netflix_logo.png
Binary file not shown.

0 comments on commit fd91aa5

Please sign in to comment.