-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
ReactRootView is Nullable in ReactDelegate #46440
Conversation
This pull request was exported from Phabricator. Differential Revision: D62514424 |
This pull request was exported from Phabricator. Differential Revision: D62514424 |
Summary: Pull Request resolved: facebook#46440 ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that. ## Changelog [Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate Reviewed By: philIip Differential Revision: D62514424
5faf2e5
to
1030441
Compare
This pull request was exported from Phabricator. Differential Revision: D62514424 |
Summary: Pull Request resolved: facebook#46440 ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that. ## Changelog [Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate Reviewed By: philIip Differential Revision: D62514424
1030441
to
ea8eda7
Compare
This pull request was exported from Phabricator. Differential Revision: D62514424 |
Summary: Pull Request resolved: facebook#46440 ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that. ## Changelog [Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate Reviewed By: philIip Differential Revision: D62514424
ea8eda7
to
c07356f
Compare
This pull request was exported from Phabricator. Differential Revision: D62514424 |
Summary: Pull Request resolved: facebook#46440 ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that. ## Changelog [Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate Reviewed By: philIip Differential Revision: D62514424
c07356f
to
b316752
Compare
Summary: Pull Request resolved: facebook#46440 ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that. ## Changelog [Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate Reviewed By: philIip Differential Revision: D62514424
This pull request was exported from Phabricator. Differential Revision: D62514424 |
b316752
to
16d1a47
Compare
This pull request has been merged in cbddcfc. |
This pull request was successfully merged by @rozele in cbddcfc When will my fix make it into a release? | How to file a pick request? |
Summary:
ReactDelegate does not properly annotate the ReactRootView field as Nullable. This fixes that.
Changelog
[Android][Fixed] Use appropriate Nullable attribute for ReactRootView field in ReactDelegate
Differential Revision: D62514424