For #12880 - Pass a CoordinatorLayout to Snackbars created by the context menu.

releases/v80.0.0
Kainalu Hagiwara 4 years ago
parent 95d786a79f
commit cac0be43e6

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