Skip to content

Commit

Permalink
For mozilla-mobile#14157: Pass correct anchor for context menu popup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Aug 25, 2020
1 parent a8508de commit e2bb84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2bb84a

Please sign in to comment.