Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit f01ad7b

Browse files
committed
Bug 1957152 - Update form_factor to formFactor in RS attributes. r=android-reviewers,gmalekpour
This fixes broken firefox suggest. See [[ https://mozilla.slack.com/archives/C05C9RET70F/p1743191471955339 | this thread ]] for context Differential Revision: https://phabricator.services.mozilla.com/D243570
1 parent ded8733 commit f01ad7b

File tree

1 file changed

+1
-1
lines changed
  • mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings

1 file changed

+1
-1
lines changed

mobile/android/android-components/components/support/remotesettings/src/main/java/mozilla/components/support/remotesettings/RemoteSettingsService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private fun generateAppContext(context: Context, channel: String, isLargeScreenS
5656
osVersion = Build.VERSION.RELEASE,
5757
androidSdkVersion = Build.VERSION.SDK_INT.toString(),
5858
customTargetingAttributes = JSONObject().apply {
59-
put("form_factor", formFactor)
59+
put("formFactor", formFactor)
6060
put("country", locale.country)
6161
},
6262
appBuild = null,

0 commit comments

Comments
 (0)