[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-148.0a1-16.0-2] TB 44582 [android]: Temporarily disable settings search button on Android



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx