mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
parent
de45dfd98a
commit
26d0ddda98
@ -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…
Reference in New Issue
Block a user