Arturo Mejia 5 years ago committed by Colin Lee
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…
Cancel
Save