Skip to content
Snippets Groups Projects
Commit dfd31189 authored by clairehurst's avatar clairehurst
Browse files

fixup! [android] Disable features and functionality

#44029 Search/url bar doesn't work on android after ESR 140
parent aa5a6cfa
No related branches found
No related tags found
1 merge request!1577Bug_44029: Search/url bar doesn't work on android after ESR 140
Pipeline #296417 canceled
......@@ -79,10 +79,7 @@ class SearchMiddleware(
)
private val client: RemoteSettingsClient? =
searchEngineSelectorConfig?.service?.remoteSettingsService?.makeClient(SEARCH_CONFIG_ICONS_COLLECTION_NAME)
private val searchEngineSelectorRepository: SearchEngineRepository? =
searchEngineSelectorConfig?.let {
SearchEngineSelectorRepository(it, defaultSearchEngineIcon, client)
}
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
override fun invoke(
context: MiddlewareContext<BrowserState, BrowserAction>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment