Skip to content

Commit

Permalink
Use property.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrant committed Sep 3, 2024
1 parent bf38ac1 commit eb0524a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class RecentSearchesFragment : Fragment() {
}

private fun loadRecommendedContent() {
if (!RecommendedContentAnalyticsHelper.recommendedContentEnabled() ||
if (!RecommendedContentAnalyticsHelper.recommendedContentEnabled ||
RecommendedContentAnalyticsHelper.abcTest.group == ABTest.GROUP_1) {
// Construct and send an impression event now, since there will be no loading of recommended content.
(requireParentFragment() as SearchFragment).analyticsEvent = ExperimentalLinkPreviewInteraction(HistoryEntry.SOURCE_SEARCH, RecommendedContentAnalyticsHelper.abcTest.getGroupName(), false)
Expand Down

0 comments on commit eb0524a

Please sign in to comment.