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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.1.0esr-15.0-1] fixup! [android] Disable features and functionality



Title: GitLab

Dan Ballard pushed to branch tor-browser-140.1.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • dfd31189
    by clairehurst at 2025-07-24T12:12:04-06:00
    fixup! [android] Disable features and functionality
    
    tor-browser#44029 Search/url bar doesn't work on android after ESR 140
    

1 changed file:

Changes:

  • mobile/android/android-components/components/feature/search/src/main/java/mozilla/components/feature/search/middleware/SearchMiddleware.kt
    ... ... @@ -79,10 +79,7 @@ class SearchMiddleware(
    79 79
         )
    
    80 80
         private val client: RemoteSettingsClient? =
    
    81 81
             searchEngineSelectorConfig?.service?.remoteSettingsService?.makeClient(SEARCH_CONFIG_ICONS_COLLECTION_NAME)
    
    82
    -    private val searchEngineSelectorRepository: SearchEngineRepository? =
    
    83
    -        searchEngineSelectorConfig?.let {
    
    84
    -                SearchEngineSelectorRepository(it, defaultSearchEngineIcon, client)
    
    85
    -        }
    
    82
    +    private val searchEngineSelectorRepository: SearchEngineRepository? = null // needs to always be null so that the regionBundle isn't populated with empty RemoteSettings and instead defaults to what we need
    
    86 83
     
    
    87 84
         override fun invoke(
    
    88 85
             context: MiddlewareContext<BrowserState, BrowserAction>,
    

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