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:
parent
60820051d1
commit
957e30453b
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user