Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid calling CssStyleFormatter.mergeStyleAttributes if parentStyle o… #832

Merged
merged 1 commit into from
Oct 16, 2019

Conversation

mzorz
Copy link
Contributor

@mzorz mzorz commented Jul 26, 2019

Fix #831

Just added a null check that prevents a crash from happening. The formatting will not be added if such a condition is met, but that's far better than crashing.

Make sure strings will be translated:

  • If there are new strings that have to be translated, I have added them to the client's strings.xml as a part of the integration PR.

@sentry-io
Copy link

sentry-io bot commented Feb 6, 2020

Sentry issue: WORDPRESS-ANDROID-8KW

@mzorz mzorz mentioned this pull request Aug 25, 2020
1 task
@maxme maxme deleted the issue/831-css-underline-illegal-state branch August 27, 2020 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash: IllegalStateException: parentStyle must not be null
2 participants