Skip to content

Commit

Permalink
"Open in firefox" share sheet action opens tab in current browsing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein committed Jul 11, 2024
1 parent cc2d205 commit 1863eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firefox-ios/Client/Coordinators/Router/RouteBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class RouteBuilder {
// use the last browsing mode the user was in.
let isPrivate = Bool(urlScanner.value(query: "private") ?? "") ?? false
var options: Set<Route.SearchOptions> = isPrivate ? [Route.SearchOptions.switchToPrivacyMode] :
[Route.SearchOptions.switchToNormalMode]
[Route.SearchOptions.useCurrentBrowsingMode]

recordTelemetry(input: host, isPrivate: isPrivate)

Expand Down

0 comments on commit 1863eba

Please sign in to comment.