1
0
Fork 0

For #8172: Add a new "Fenix" Leanplum attribute

master
ValentinTimisica 2020-02-07 17:12:08 +02:00 committed by Jeff Boek
parent 9bac7ef47b
commit 33616e0042
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ class LeanplumMetricsService(private val application: Application) : MetricsServ
"klar_installed" to installedApps.contains(MozillaProductDetector.MozillaProducts.KLAR.productName),
"fxa_signed_in" to application.settings().fxaSignedIn,
"fxa_has_synced_items" to application.settings().fxaHasSyncedItems,
"search_widget_installed" to application.settings().searchWidgetInstalled
"search_widget_installed" to application.settings().searchWidgetInstalled,
"fenix" to true
))
}