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

fix: ignore foreign startActivityForResult #652

Merged
merged 1 commit into from
May 15, 2023
Merged

Conversation

vonovak
Copy link
Collaborator

@vonovak vonovak commented May 15, 2023

Summary

onActivityResult might be called when some other module calls startActivityForResult and we need to ignore those calls. Right now there was a warning logged, which was a false alarm.

Test Plan

tested locally

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS
Android

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)

@vonovak vonovak merged commit 6c4ca11 into master May 15, 2023
@vonovak vonovak deleted the fix/foreign-results branch May 15, 2023 21:12
@vonovak vonovak changed the title fix: ignore foreign onActivityResult fix: ignore foreign startActivityForResult May 15, 2023
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.

1 participant