2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-05 21:20:45 +00:00

Fixes #3358 - disable feature-app-links (#3359)

This commit is contained in:
jhugman 2019-06-11 22:34:28 +01:00 committed by Colin Lee
parent de45dfd98a
commit 26d0ddda98
2 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- #225 - Adds the ability to delete all browsing data
- #2903 - Fixed crash when trying to rate the app on a devices without the play store app.
- #2419 - Adds a deletion state to the history component
- #1570 - Enables the opening of links by other apps.
- #1570 - Enables the opening of links by other apps. Disabled in #3359.
### Changed
- #2673 - Fixed can't upload files using third party apps from the file manager.

View File

@ -237,6 +237,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope {
requireContext(),
sessionManager = sessionManager,
sessionId = customTabSessionId,
interceptLinkClicks = false,
fragmentManager = requireFragmentManager()
),
owner = this,