For #14157: Pass correct anchor for context menu popup.

pull/35/head
mcarare 4 years ago committed by Mihai Branescu
parent a48c05a359
commit 294a187ba8

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