No Issue - Enables new search for all channels. Brings over missing metric

pull/35/head
Jeff Boek 4 years ago
parent f638935241
commit f763a50384

@ -29,7 +29,7 @@ object FeatureFlags {
/**
* Enables the new search experience
*/
val newSearchExperience = Config.channel.isNightlyOrDebug
const val newSearchExperience = true
/**
* Enables wait til first contentful paint

@ -100,6 +100,8 @@ class SearchDialogFragment : AppCompatDialogFragment(), UserInteractionHandler {
val args by navArgs<SearchDialogFragmentArgs>()
val view = inflater.inflate(R.layout.fragment_search_dialog, container, false)
requireComponents.analytics.metrics.track(Event.InteractWithSearchURLArea)
store = SearchDialogFragmentStore(
createInitialSearchFragmentState(
activity as HomeActivity,

Loading…
Cancel
Save