Bug 1840210 - Rename mozac_ic_close to mozac_ic_cross_24

This commit is contained in:
Gabriel Luong
2023-06-24 00:57:01 -04:00
committed by mergify[bot]
parent 893f559560
commit edc8c27961
20 changed files with 21 additions and 23 deletions

View File

@@ -430,7 +430,7 @@ class ToolbarActivity : AppCompatActivity() {
binding.toolbar.url = "https://www.mozilla.org/en-US/firefox/mobile/"
val drawableIcon = ContextCompat.getDrawable(this, iconsR.drawable.mozac_ic_close)
val drawableIcon = ContextCompat.getDrawable(this, iconsR.drawable.mozac_ic_cross_24)
drawableIcon?.apply {
setTint(0xFF20123a.toInt())