Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Issue #3944: Enable link interception (AppLinksFeature) in sample bro…
Browse files Browse the repository at this point in the history
…wser.
  • Loading branch information
pocmo authored and jonalmeida committed Jul 30, 2019
1 parent f43f017 commit 2925e47
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 2925e47

Please sign in to comment.