Skip to content

Commit

Permalink
For mozilla-mobile#8172: Add a new "Fenix" Leanplum attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTimisica committed Feb 7, 2020
1 parent 29522d2 commit a8a6446
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -91,7 +91,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
))
}

Expand Down

0 comments on commit a8a6446

Please sign in to comment.