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

Commit

Permalink
Bug 1803117 - disable by default cookieBannerHandlingModePrivateBrows…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
Amejia481 authored and mergify[bot] committed Dec 1, 2022
1 parent d3faf96 commit b95967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/focus/utils/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ class Settings(
fun getCurrentCookieBannerOptionFromSharePref(): CookieBannerOption {
val optionValue = preferences.getString(
context.getString(R.string.pref_key_cookie_banner_settings),
context.getString(CookieBannerOption.CookieBannerRejectAll().prefKeyId),
context.getString(CookieBannerOption.CookieBannerDisabled().prefKeyId),
)
return when (optionValue) {
context.getString(CookieBannerOption.CookieBannerDisabled().prefKeyId) ->
Expand Down

0 comments on commit b95967e

Please sign in to comment.