File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
WordPress/src/main/java/org/wordpress/android/ui/posts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class EditorLauncher @Inject constructor(
51
51
val targetActivity = EditPostActivity ::class .java
52
52
53
53
val properties = mapOf (
54
- " should_use_gutenberg_kit " to shouldUseGutenbergKit
54
+ " will_use_gutenberg_kit " to shouldUseGutenbergKit
55
55
)
56
56
analyticsTrackerWrapper.track(stat = AnalyticsTracker .Stat .EDITOR_LAUNCHER , properties)
57
57
@@ -72,7 +72,7 @@ class EditorLauncher @Inject constructor(
72
72
73
73
/* *
74
74
* Adds all editor parameters as Intent extras.
75
- *
75
+ *
76
76
* Each field in EditorLauncherParams must be handled by one of the add*Extras methods.
77
77
* See EditorLauncherTest for complete field-to-method mapping documentation.
78
78
*/
You can’t perform that action at this time.
0 commit comments