Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Closes #4114 - Re-enable app-links
Browse files Browse the repository at this point in the history
  • Loading branch information
jhugman committed Jul 17, 2019
1 parent 8daaa63 commit df2b039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class BrowserFragment : Fragment(), BackHandler {
requireContext(),
sessionManager = sessionManager,
sessionId = customTabSessionId,
interceptLinkClicks = false,
interceptLinkClicks = true,
fragmentManager = requireFragmentManager()
),
owner = this,
Expand Down

0 comments on commit df2b039

Please sign in to comment.