For #17855 - Stops SecureWindowFeature from removing FLAG_SECURE

upstream-sync
codrut.topliceanu 3 years ago committed by mergify[bot]
parent 5e7b422433
commit d530f5b773

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