2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/17855 - Stops SecureWindowFeature from removing FLAG_SECURE

This commit is contained in:
codrut.topliceanu 2021-07-05 17:03:06 +03:00 committed by mergify[bot]
parent da25ab1b8e
commit c805dd3320

View File

@ -420,7 +420,8 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Activit
window = requireActivity().window,
store = store,
customTabId = customTabSessionId,
isSecure = { !allowScreenshotsInPrivateMode && it.content.private }
isSecure = { !allowScreenshotsInPrivateMode && it.content.private },
clearFlagOnStop = false
),
owner = this,
view = view