Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
For mozilla-mobile#17855 - Stops SecureWindowFeature from removing FL…
Browse files Browse the repository at this point in the history
…AG_SECURE
  • Loading branch information
codrut.topliceanu authored and czlucius committed Aug 20, 2021
1 parent 131289f commit cf1efaa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf1efaa

Please sign in to comment.