File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/wordpress/android/ui/posts
test/java/org/wordpress/android/ui/posts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ data class EditorLauncherParams(
37
37
val promptId : Int? = null ,
38
38
val entryPoint : EntryPoint ? = null
39
39
) {
40
-
41
40
/* *
42
41
* Java-friendly builder pattern for EditorLauncherParams.
43
42
*/
Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ class EditorLauncherTest {
22
22
" loadAutoSaveRevision" , // -> EditPostActivityConstants.EXTRA_LOAD_AUTO_SAVE_REVISION
23
23
" isQuickPress" , // -> EditPostActivityConstants.EXTRA_IS_QUICKPRESS
24
24
" isLandingEditor" , // -> EditPostActivityConstants.EXTRA_IS_LANDING_EDITOR
25
- " isLandingEditorOpenedForNewSite" , // -> EditPostActivityConstants.EXTRA_IS_LANDING_EDITOR_OPENED_FOR_NEW_SITE
25
+ " isLandingEditorOpenedForNewSite" , // -> EditPostActivityConstants
26
+ // .EXTRA_IS_LANDING_EDITOR_OPENED_FOR_NEW_SITE
26
27
27
28
// addReblogExtras()
28
29
" reblogPostTitle" , // -> EditPostActivityConstants.EXTRA_REBLOG_POST_TITLE
You can’t perform that action at this time.
0 commit comments