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

pull/600/head
codrut.topliceanu 3 years ago committed by mergify[bot]
parent da25ab1b8e
commit c805dd3320

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

Loading…
Cancel
Save