Skip to content

Commit

Permalink
For mozilla-mobile#23121 - Replace @drawble/ic_top_sites with @drawab…
Browse files Browse the repository at this point in the history
…le/mozac_ic_pin
  • Loading branch information
gabrielluong committed Jan 20, 2022
1 parent 719d87e commit 4bedb1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ open class DefaultToolbarMenu(
val addRemoveTopSitesItem = TwoStateBrowserMenuImageText(
primaryLabel = context.getString(R.string.browser_menu_add_to_top_sites),
secondaryLabel = context.getString(R.string.browser_menu_remove_from_top_sites),
primaryStateIconResource = R.drawable.ic_top_sites,
secondaryStateIconResource = R.drawable.ic_top_sites,
primaryStateIconResource = R.drawable.mozac_ic_pin,
secondaryStateIconResource = R.drawable.mozac_ic_pin,
iconTintColorResource = primaryTextColor(),
isInPrimaryState = { !isCurrentUrlPinned },
isInSecondaryState = { isCurrentUrlPinned },
Expand Down
13 changes: 0 additions & 13 deletions app/src/main/res/drawable/ic_top_sites.xml

This file was deleted.

0 comments on commit 4bedb1b

Please sign in to comment.