For #19951 - Use Proton icon for new home button

upstream-sync
Gabriel Luong 3 years ago committed by mergify[bot]
parent d24e3b9410
commit 7aea29d57b

@ -81,7 +81,7 @@ class BrowserFragment : BaseBrowserFragment(), UserInteractionHandler {
val homeAction = BrowserToolbar.Button(
imageDrawable = AppCompatResources.getDrawable(
requireContext(),
R.drawable.ic_home
R.drawable.mozac_ic_home
)!!,
contentDescription = requireContext().getString(R.string.browser_toolbar_home),
listener = browserToolbarInteractor::onHomeButtonClicked

Loading…
Cancel
Save