1
0
Fork 0

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

master
Kainalu Hagiwara 2020-07-24 10:43:21 -07:00
parent 95d786a79f
commit cac0be43e6
1 changed files with 1 additions and 1 deletions

View File

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