[fenix] For https://github.com/mozilla-mobile/fenix/issues/12880 - Pass a CoordinatorLayout to Snackbars created by the context menu.

pull/600/head
Kainalu Hagiwara 4 years ago
parent fdf22f7e74
commit ee201255cc

@ -310,7 +310,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
feature = ContextMenuFeature(
fragmentManager = parentFragmentManager,
store = store,
candidates = getContextMenuCandidates(context, view),
candidates = getContextMenuCandidates(context, view.browserLayout),
engineView = view.engineView,
useCases = context.components.useCases.contextMenuUseCases,
tabId = customTabSessionId

Loading…
Cancel
Save