Commit 8a8b65ed authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! TB 44027: [android] Update PBM lockscreen

TB 44323: Audit prefs 2128 to 140
parent 14c9fd38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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(