[fenix] For https://github.com/mozilla-mobile/fenix/issues/14157: Pass correct anchor for context menu popup.

pull/600/head
mcarare 4 years ago committed by Mihai Branescu
parent 6fca4119f6
commit ef574d051c

@ -349,7 +349,7 @@ class HomeFragment : Fragment() {
view.toolbar_wrapper.setOnLongClickListener {
ToolbarPopupWindow.show(
WeakReference(view),
WeakReference(it),
handlePasteAndGo = sessionControlInteractor::onPasteAndGo,
handlePaste = sessionControlInteractor::onPaste,
copyVisible = false

Loading…
Cancel
Save