Loading mobile/android/fenix/app/nimbus.fml.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ features: description: > Whether or not to enable private browsing mode lock. type: Boolean default: true default: false app-links: description: Control behavior of app links handling in the browser. Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ class Settings( var privateBrowsingLockedFeatureEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_private_browsing_locked_enabled), default = { false }, default = { FxNimbus.features.privateBrowsingLock.value().enabled }, ) var privateBrowsingModeLocked by booleanPreference( Loading Loading
mobile/android/fenix/app/nimbus.fml.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -938,7 +938,7 @@ features: description: > Whether or not to enable private browsing mode lock. type: Boolean default: true default: false app-links: description: Control behavior of app links handling in the browser. Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ class Settings( var privateBrowsingLockedFeatureEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_private_browsing_locked_enabled), default = { false }, default = { FxNimbus.features.privateBrowsingLock.value().enabled }, ) var privateBrowsingModeLocked by booleanPreference( Loading