Skip to content

Commit

Permalink
Bugfix FXIOS-8543 [v123.3] Check for felt privacy flag (backport #18978
Browse files Browse the repository at this point in the history
…) (#18981)

(cherry picked from commit 1c6f6b4)

Co-authored-by: OrlaM <[email protected]>
  • Loading branch information
mergify[bot] and OrlaM authored Mar 4, 2024
1 parent 09695a7 commit e20687d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ class BrowserViewController: UIViewController,
func showEmbeddedHomepage(inline: Bool, isPrivate: Bool) {
resetDataClearanceCFRTimer()

guard !isPrivate else {
if isPrivate && featureFlags.isFeatureEnabled(.feltPrivacySimplifiedUI, checking: .buildOnly) {
browserDelegate?.showPrivateHomepage(overlayManager: overlayManager)
return
}
Expand Down

0 comments on commit e20687d

Please sign in to comment.