Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
For #7082 - Remove redundant record exposure
Browse files Browse the repository at this point in the history
We are recording the exposure in cfr middleware, so this one from store
is redundant and not relevant
  • Loading branch information
Ionut Cristian Bedregeanu authored and mergify[bot] committed May 30, 2022
1 parent 9e9cad0 commit 622c36a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/org/mozilla/focus/Components.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class Components(
val store by lazy {
val onboardingFeature = FocusNimbus.features.onboarding
val cfrMiddleware = if (onboardingFeature.value(context = context).isCfrEnabled) {
onboardingFeature.recordExposure()
listOf(CfrMiddleware(context))
} else {
listOf()
Expand Down

0 comments on commit 622c36a

Please sign in to comment.