tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 63d57d3ed6531365c4c335bcc38e9d4ee5eef9a1
parent f48e08833568334442fad849d65bbfbc6e391225
Author: clairehurst <clairehurst@torproject.org>
Date:   Mon,  2 Feb 2026 19:42:33 -0700

TB 44582 [android]: Temporarily disable settings search button on Android

Diffstat:
Mmobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt b/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(