Conversation
|
You can test the changes on this Pull Request by downloading the APK here. |
…nks-from-another-app-will-not-work-if-the-block-editor-is-enabled
| } | ||
|
|
||
| private String migrateToGutenbergEditor(String content) { | ||
| return "<!-- wp:paragraph --><p>" + content + "</p><!-- /wp:paragraph -->";; |
There was a problem hiding this comment.
Reporter: Checkstyle
Rule: com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck
Severity: ERROR
File: /home/circleci/project/WordPress/src/main/java/org/wordpress/android/ui/posts/EditPostActivity.java L2027
Empty statement.
Thanks for the review @chipsnyder ! |
|
Opened the issue at #11173 |
|
This may already be fixed with this merge, and/or it may merit opening a separate issue, but I have noticed that sharing from Simplenote is still not working either, with the block editor enabled. |
…nks-from-another-app-will-not-work-if-the-block-editor-is-enabled
Hey @mrfoxtalbot , I have tested this PR against Simplenote and it's working for me. |
…nks-from-another-app-will-not-work-if-the-block-editor-is-enabled # Conflicts: # libs/gutenberg-mobile
…nks-from-another-app-will-not-work-if-the-block-editor-is-enabled
|
Thank you @marecar3, @chipsnyder and @mrfoxtalbot - I'm glad this one is fixed! |
|
Thanks, @maxme ! |

Fixes #10570
Following gb-mobile PR: wordpress-mobile/gutenberg-mobile#1817
To test:
Test sharing media (Image/Video)
Test sharing link from Web Browser in Gutenberg
Test sharing link from Web Browser in Aztec
Test sharing link from other apps (Youtube, Twitter...) in Gutenberg
Test sharing link from other apps (Youtube, Twitter...) in Aztec
PR submission checklist:
I have considered adding unit tests where possible.
I have considered if this change warrants user-facing release notes and have added them to
RELEASE-NOTES.txtif necessary.