clairehurst pushed to branch tor-browser-148.0a1-16.0-2 at The Tor Project / 
Applications / Tor Browser


Commits:
63d57d3e by clairehurst at 2026-03-02T15:07:09-08:00
TB 44582 [android]: Temporarily disable settings search button on Android

- - - - -


1 changed file:

- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt


Changes:

=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
=====================================
@@ -2024,7 +2024,7 @@ class Settings(
 
     var isSettingsSearchEnabled by booleanPreference(
         key = 
appContext.getPreferenceKey(R.string.pref_key_allow_settings_search),
-        default = { FxNimbus.features.settingsSearch.value().enabled },
+        default = false,
     )
 
     var isTabStripEnabled by booleanPreference(



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63d57d3ed6531365c4c335bcc38e9d4ee5eef9a1

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63d57d3ed6531365c4c335bcc38e9d4ee5eef9a1
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to