Skip to content

Commit

Permalink
Merge release/1.116.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Nov 27, 2024
2 parents 6c9724c + b544d19 commit d5bed5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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 = 315
CURRENT_PROJECT_VERSION = 316
1 change: 0 additions & 1 deletion DuckDuckGo/HomePage/Model/HomePageAddressBarModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ extension HomePage.Models {
func setUpExperimentIfNeeded() {
if isExperimentActive {
let ntpExperiment = NewTabPageSearchBoxExperiment()
ntpExperiment.assignUserToCohort()
shouldShowAddressBar = ntpExperiment.cohort?.isExperiment == true
}
}
Expand Down
2 changes: 1 addition & 1 deletion DuckDuckGo/Tab/TabExtensions/DuckPlayerTabExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ extension DuckPlayerTabExtension: NavigationResponder {
}

// Fire DuckPlayer temporary pixels on navigating outside Youtube
if let url = navigationAction.request.url, !url.isYoutube {
if let url = navigationAction.request.url, !url.isYoutube, navigationAction.isForMainFrame {
duckPlayerOverlayUsagePixels.handleNavigationAndFirePixels(url: url, duckPlayerMode: duckPlayer.mode)
}

Expand Down

0 comments on commit d5bed5d

Please sign in to comment.