Skip to content

Commit 0a8881a

Browse files
committed
Update analytics property name to will_use_gutenberg_kit
1 parent 94c89ee commit 0a8881a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPress/src/main/java/org/wordpress/android/ui/posts/EditorLauncher.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class EditorLauncher @Inject constructor(
5151
val targetActivity = EditPostActivity::class.java
5252

5353
val properties = mapOf(
54-
"should_use_gutenberg_kit" to shouldUseGutenbergKit
54+
"will_use_gutenberg_kit" to shouldUseGutenbergKit
5555
)
5656
analyticsTrackerWrapper.track(stat = AnalyticsTracker.Stat.EDITOR_LAUNCHER, properties)
5757

@@ -72,7 +72,7 @@ class EditorLauncher @Inject constructor(
7272

7373
/**
7474
* Adds all editor parameters as Intent extras.
75-
*
75+
*
7676
* Each field in EditorLauncherParams must be handled by one of the add*Extras methods.
7777
* See EditorLauncherTest for complete field-to-method mapping documentation.
7878
*/

0 commit comments

Comments
 (0)