2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Fixes Comment on https://github.com/mozilla-mobile/fenix/issues/16563: DefaultToolbarMenu registering for bookmark changes

comment link: https://github.com/mozilla-mobile/fenix/pull/16536#discussion_r522387945
This commit is contained in:
LeoMaldonado 2020-11-12 17:23:44 -03:00 committed by ekager
parent 60820051d1
commit 957e30453b

View File

@ -133,6 +133,8 @@ class DefaultToolbarMenu(
}
)
registerForIsBookmarkedUpdates()
val bookmark = BrowserMenuItemToolbar.TwoStateButton(
primaryImageResource = R.drawable.ic_bookmark_filled,
primaryContentDescription = context.getString(R.string.browser_menu_edit_bookmark),