mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1311: Enable downloads in custom tabs. (https://github.com/mozilla-mobile/fenix/pull/2311)
This commit is contained in:
parent
4e1fb4fff4
commit
9d76a046b2
@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- #1955 - Added a confirmation dialog for QR code and barcode searches
|
||||
- #1874 - Added a "Turn on Sync" fragment for Firefox Accounts login and sign up
|
||||
- #2308 - Update the deprecated BitmapDrawable constructor
|
||||
- #1311 - Enable downloads in custom tabs.
|
||||
- #1874 - Added TOP info panel dialog for custom tabs.
|
||||
|
||||
### Changed
|
||||
|
@ -203,6 +203,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope,
|
||||
requireContext(),
|
||||
sessionManager = sessionManager,
|
||||
fragmentManager = childFragmentManager,
|
||||
sessionId = customTabSessionId,
|
||||
onNeedToRequestPermissions = { permissions ->
|
||||
requestPermissions(permissions, REQUEST_CODE_DOWNLOAD_PERMISSIONS)
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user