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:
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…
Reference in New Issue
Block a user