Skip to content

Commit

Permalink
Issue mozilla-mobile#3944: Enable link interception (AppLinksFeature)…
Browse files Browse the repository at this point in the history
… in sample browser.
  • Loading branch information
pocmo committed Jul 30, 2019
1 parent ffaae4e commit 64418cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ abstract class BaseBrowserFragment : Fragment(), BackHandler {
context = requireContext(),
sessionManager = components.sessionManager,
sessionId = sessionId,
fragmentManager = requireFragmentManager()
fragmentManager = requireFragmentManager(),
interceptLinkClicks = true
),
owner = this,
view = layout
Expand Down

0 comments on commit 64418cb

Please sign in to comment.