jhugman 5 years ago committed by Colin Lee
parent 52d6cf8fa0
commit 69165b1558

@ -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.

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

Loading…
Cancel
Save