-
Notifications
You must be signed in to change notification settings - Fork 25k
Support onActivityResult in Bridgeless #43351
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
Support onActivityResult in Bridgeless #43351
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Differential Revision: D54574139
a69eaca to
72e2bda
Compare
|
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Base commit: 3ed0ff3 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
72e2bda to
dc8c80c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
dc8c80c to
a67dedc
Compare
|
This pull request was exported from Phabricator. Differential Revision: D54574139 |
Summary: Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139
a67dedc to
889eedf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D54574139 |
| ReactSoftExceptionLogger.logSoftException( | ||
| TAG, | ||
| new ReactNoCrashSoftException( | ||
| "Tried to access onActivityResult while context is not ready")); | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be called unconditionally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this only makes sense in case the context is null ?
|
This pull request has been merged in c771011. |
Summary: Pull Request resolved: #43351 Implement `onActivityResult` on Bridgeless Changelog: [Internal] internal Reviewed By: cortinico Differential Revision: D54574139 fbshipit-source-id: f2369077199186ac6ef0187b5dfe7ed95f3b87fc
…geless Summary: Adding `shouldForwardToReactInstance` check in Bridgeless since it was missed in facebook#43351 **Changelog:** [ANDROID][FIXED] - Adding `shouldForwardToReactInstance` check in ReactDelegate for Bridgeless Differential Revision: D76908041
…geless (#52112) Summary: Pull Request resolved: #52112 Adding `shouldForwardToReactInstance` check in Bridgeless since it was missed in #43351 **Changelog:** [ANDROID][FIXED] - Adding `shouldForwardToReactInstance` check in ReactDelegate for Bridgeless Reviewed By: cortinico, javache Differential Revision: D76908041 fbshipit-source-id: 20b8fce248d8e560ab862cf325b6f8b15be870e3
Summary:
Implement
onActivityResulton BridgelessChangelog:
[Internal] internal
Differential Revision: D54574139