1
0
Fork 0

Closes #1311: Enable downloads in custom tabs. (#2311)

master
Arturo Mejia 2019-05-07 16:30:13 -04:00 committed by Colin Lee
parent 84a7430e57
commit b735cc9693
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -203,6 +203,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope,
requireContext(),
sessionManager = sessionManager,
fragmentManager = childFragmentManager,
sessionId = customTabSessionId,
onNeedToRequestPermissions = { permissions ->
requestPermissions(permissions, REQUEST_CODE_DOWNLOAD_PERMISSIONS)
}),