[fenix] Do not scroll menu when toolbar is on top

Fixes https://github.com/mozilla-mobile/fenix/issues/8838.
pull/600/head
Andrew Gaul 5 years ago committed by Jeff Boek
parent 2f1f077ead
commit f345e3627e

@ -62,7 +62,7 @@ class DefaultToolbarMenu(
override val menuBuilder by lazy {
WebExtensionBrowserMenuBuilder(
menuItems,
endOfMenuAlwaysVisible = true,
endOfMenuAlwaysVisible = !shouldReverseItems,
store = context.components.core.store,
appendExtensionActionAtStart = !shouldReverseItems
)

Loading…
Cancel
Save