[fenix] For https://github.com/mozilla-mobile/fenix/issues/19951 - Use Proton icon for new home button

pull/600/head
Gabriel Luong 3 years ago committed by mergify[bot]
parent e3323fe366
commit 69f2e22a04

@ -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