Skip to content

Commit

Permalink
Disable old protections popup
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisBarreiro committed Nov 13, 2024
1 parent 55b8a0f commit e2dfdda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@ import com.duckduckgo.anvil.annotations.ContributesRemoteFeature
import com.duckduckgo.di.scopes.AppScope
import com.duckduckgo.feature.toggles.api.Toggle
import com.duckduckgo.feature.toggles.api.Toggle.DefaultValue
import com.duckduckgo.feature.toggles.api.Toggle.InternalAlwaysEnabled

@ContributesRemoteFeature(
scope = AppScope::class,
featureName = "privacyProtectionsPopup",
)
interface PrivacyProtectionsPopupFeature {
@DefaultValue(false)
@InternalAlwaysEnabled
fun self(): Toggle
}

Expand Down

0 comments on commit e2dfdda

Please sign in to comment.