You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make all boolean parameters nullable to avoid unintended defaults
The trunk editPostOrPageForResult methods never set boolean extras like
EXTRA_IS_PAGE, EXTRA_IS_PROMO, or EXTRA_LOAD_AUTO_SAVE_REVISION unless
explicitly required. Making all boolean parameters nullable ensures they're
only set when explicitly provided, matching trunk behavior exactly.
Changes:
- Make all boolean fields nullable in EditorLauncherParams and Builder
- Update EditorLauncher to only set extras when parameters are non-null
- Remove unnecessary loadAutoSaveRevision(false) from first editPostOrPageForResult
- Preserves explicit boolean settings in other methods (pages, promos, etc.)
0 commit comments