Address NullPointerException crash in AztecHeadingSpan#19724
Merged
SiobhyB merged 1 commit intorelease/23.8from Dec 4, 2023
Merged
Address NullPointerException crash in AztecHeadingSpan#19724SiobhyB merged 1 commit intorelease/23.8from
NullPointerException crash in AztecHeadingSpan#19724SiobhyB merged 1 commit intorelease/23.8from
Conversation
This was referenced Dec 4, 2023
Merged
NullPointerException crash in AztecHeadingSpan
Contributor
|
| App Name | Jetpack |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr19724-d814948 | |
| Commit | d814948 | |
| Direct Download | jetpack-prototype-build-pr19724-d814948.apk |
Contributor
|
| App Name | WordPress |
|
| Flavor | Jalapeno | |
| Build Type | Debug | |
| Version | pr19724-d814948 | |
| Commit | d814948 | |
| Direct Download | wordpress-prototype-build-pr19724-d814948.apk |
fluiddot
reviewed
Dec 4, 2023
fluiddot
approved these changes
Dec 4, 2023
Contributor
fluiddot
left a comment
There was a problem hiding this comment.
Approved via wordpress-mobile/AztecEditor-Android#1071 (review).
NOTE: If we plan to incorporate this fix in the ongoing beta version 23.8, we should consider pointing this PR to the branch release/23.8.
This comment was marked as outdated.
This comment was marked as outdated.
Contributor
|
Found 1 violations: The PR caused the following dependency changes: \--- project :libs:editor
- +--- org.wordpress:aztec:{strictly v1.8.0} -> v1.8.0
+ +--- org.wordpress:aztec:{strictly v1.9.0} -> v1.9.0
- +--- org.wordpress.aztec:wordpress-shortcodes:{strictly v1.8.0} -> v1.8.0
- | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.9.10 (*)
- | +--- org.wordpress:aztec:v1.8.0 (*)
- | \--- androidx.appcompat:appcompat:1.0.0 -> 1.6.1 (*)
+ +--- org.wordpress.aztec:wordpress-shortcodes:{strictly v1.9.0} -> v1.9.0
+ | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.9.10 (*)
+ | +--- org.wordpress:aztec:v1.9.0 (*)
+ | \--- androidx.appcompat:appcompat:1.0.0 -> 1.6.1 (*)
- +--- org.wordpress.aztec:wordpress-comments:{strictly v1.8.0} -> v1.8.0
- | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.9.10 (*)
- | +--- org.wordpress:aztec:v1.8.0 (*)
- | +--- androidx.legacy:legacy-support-v4:1.0.0 (*)
- | \--- com.google.android.material:material:1.0.0 -> 1.9.0 (*)
+ +--- org.wordpress.aztec:wordpress-comments:{strictly v1.9.0} -> v1.9.0
+ | +--- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.10 -> 1.9.10 (*)
+ | +--- org.wordpress:aztec:v1.9.0 (*)
+ | +--- androidx.legacy:legacy-support-v4:1.0.0 (*)
+ | \--- com.google.android.material:material:1.0.0 -> 1.9.0 (*)
\--- org.wordpress-mobile.gutenberg-mobile:react-native-gutenberg-bridge:v1.109.1
\--- org.wordpress-mobile.gutenberg-mobile:react-native-aztec:v1.109.1
- +--- org.wordpress:aztec:v1.8.0 (*)
+ +--- org.wordpress:aztec:v1.8.0 -> v1.9.0 (*)
- +--- org.wordpress.aztec:wordpress-shortcodes:v1.8.0 (*)
+ +--- org.wordpress.aztec:wordpress-shortcodes:v1.8.0 -> v1.9.0 (*)
- +--- org.wordpress.aztec:wordpress-comments:v1.8.0 (*)
+ +--- org.wordpress.aztec:wordpress-comments:v1.8.0 -> v1.9.0 (*)
\--- org.wordpress.aztec:glide-loader:v1.8.0
- \--- org.wordpress:aztec:v1.8.0 (*)
+ \--- org.wordpress:aztec:v1.8.0 -> v1.9.0 (*)
Please review and act accordingly
|
6ec7ac4 to
f0220e1
Compare
f0220e1 to
e43e8d9
Compare
Generated by 🚫 dangerJS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Fixes #18657
Related PRs
Gutenberg: [RNMobile] AddressNullPointerExceptioncrash inAztecHeadingSpanWordPress/gutenberg#56757Gutenberg Mobile: [RNMobile] AddressNullPointerExceptioncrash inAztecHeadingSpangutenberg-mobile#6435Aztec Android: AddressNullPointerExceptioncrash inAztecHeadingSpanAztecEditor-Android#1071To Test
Regression Notes
Potential unintended areas of impact
chooseHeightoverride. As described here, that function defines the height for a given element. As such, changes to that override may impact how heights are calculated for heading blocks.What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR Submission Checklist:
RELEASE-NOTES.txtif necessary.