Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_download with @drawabl…
Browse files Browse the repository at this point in the history
…e/mozac_ic_download
  • Loading branch information
gabrielluong authored and pkirakosyan committed Mar 9, 2022
1 parent 651ff44 commit 5bbef6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ open class DefaultToolbarMenu(

val downloadsItem = BrowserMenuImageText(
context.getString(R.string.library_downloads),
R.drawable.ic_download,
R.drawable.mozac_ic_download,
primaryTextColor()
) {
onItemTapped.invoke(ToolbarMenu.Item.Downloads)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/home/HomeMenu.kt
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class HomeMenu(

val downloadsItem = BrowserMenuImageText(
context.getString(R.string.library_downloads),
R.drawable.ic_download,
R.drawable.mozac_ic_download,
primaryTextColor
) {
onItemTapped.invoke(Item.Downloads)
Expand Down
16 changes: 0 additions & 16 deletions app/src/main/res/drawable/ic_download.xml

This file was deleted.

0 comments on commit 5bbef6c

Please sign in to comment.