-
Notifications
You must be signed in to change notification settings - Fork 25k
Make accessors inside HeadlessJsTaskService open again #52660
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
Conversation
Summary: The documentation for those methods mention that users should override them to provide their own implementation. However those vals are not `open` so users cannot really override them. This fixes it. See more context on facebook#48800 (comment) So this was practically a breaking change, that I'm attempting to mitigate. Changelog: [Android] [Fixed] - Make accessors inside HeadlessJsTaskService open again Differential Revision: D78479162
|
This pull request was exported from Phabricator. Differential Revision: D78479162 |
|
This pull request has been merged in 7ef5716. |
|
Hello, will this fix be released in a 0.80.x version? Thank you |
You will have to request a pick request for it in the https://github.com/reactwg/react-native-releases repo |
Thanks for the info |
Summary: Pull Request resolved: #52660 The documentation for those methods mention that users should override them to provide their own implementation. However those vals are not `open` so users cannot really override them. This fixes it. See more context on #48800 (comment) So this was practically a breaking change, that I'm attempting to mitigate. Changelog: [Android] [Fixed] - Make accessors inside HeadlessJsTaskService open again Reviewed By: cipolleschi Differential Revision: D78479162 fbshipit-source-id: eefc7332e2004198cd6bd64b60a66215f137ad4a
|
This pull request was successfully merged by @cortinico in 2e52c1a When will my fix make it into a release? | How to file a pick request? |
Summary: Pull Request resolved: facebook#52660 The documentation for those methods mention that users should override them to provide their own implementation. However those vals are not `open` so users cannot really override them. This fixes it. See more context on facebook#48800 (comment) So this was practically a breaking change, that I'm attempting to mitigate. Changelog: [Android] [Fixed] - Make accessors inside HeadlessJsTaskService open again Reviewed By: cipolleschi Differential Revision: D78479162 fbshipit-source-id: eefc7332e2004198cd6bd64b60a66215f137ad4a
Summary:
The documentation for those methods mention that users should override them to
provide their own implementation.
However those vals are not
openso users cannot really override them.This fixes it.
See more context on #48800 (comment)
So this was practically a breaking change, that I'm attempting to mitigate.
Changelog:
[Android] [Fixed] - Make accessors inside HeadlessJsTaskService open again
Differential Revision: D78479162