Skip to content

Commit

Permalink
Merges hotfix/1.100.1 into release/1.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoreymendez committed Aug 6, 2024
2 parents 1adbf8f + 2051b85 commit c4fc614
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 239
CURRENT_PROJECT_VERSION = 240
4 changes: 2 additions & 2 deletions DuckDuckGo/Statistics/Experiment/PixelExperiment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ enum PixelExperiment: String, CaseIterable {

// These are the variants. Rename or add/remove them as needed. If you change the string value
// remember to keep it clear for privacy triage.
case control = "oa"
case newOnboarding = "ob"
case control
// case newOnboarding = "ob"
}

// These functions contain the business logic for determining if the pixel should be fired or not.
Expand Down
8 changes: 4 additions & 4 deletions DuckDuckGo/Tab/Model/Tab.swift
Original file line number Diff line number Diff line change
Expand Up @@ -727,11 +727,11 @@ protocol NewWindowPolicyDecisionMaker {
}
#endif

if PixelExperiment.cohort == .newOnboarding {
setContent(.onboarding)
} else {
// if PixelExperiment.cohort == .newOnboarding {
// setContent(.onboarding)
// } else {
setContent(.onboardingDeprecated)
}
// }
}

@MainActor(unsafe)
Expand Down

0 comments on commit c4fc614

Please sign in to comment.