[fenix] Update Android Components version to 97.0.20220104190053.

pull/600/head
MickeyMoz 3 years ago committed by mergify[bot]
parent 0b88222bf5
commit 0a5e26c940

@ -228,7 +228,7 @@ internal class ReleaseMetricController(
null
}
Component.BROWSER_AWESOMEBAR == component && ComposeAwesomeBarFacts.Items.PROVIDER_DURATION == item -> {
Component.COMPOSE_AWESOMEBAR == component && ComposeAwesomeBarFacts.Items.PROVIDER_DURATION == item -> {
metadata?.get(ComposeAwesomeBarFacts.MetadataKeys.DURATION_PAIR)?.let { providerTiming ->
require(providerTiming is Pair<*, *>) { "Expected providerTiming to be a Pair" }
when (val provider = providerTiming.first as AwesomeBar.SuggestionProvider) {

@ -3,5 +3,5 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
object AndroidComponents {
const val VERSION = "97.0.20220103190307"
const val VERSION = "97.0.20220104190053"
}

Loading…
Cancel
Save