2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00

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

This commit is contained in:
mcarare 2020-08-25 16:43:27 +03:00 committed by Mihai Branescu
parent 6fca4119f6
commit ef574d051c

View File

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