-
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
Do not use InteractionManager to wait for Activity #35289
Conversation
This pull request was exported from Phabricator. Differential Revision: D41157646 |
Base commit: 5744b21 |
Summary: Pull Request resolved: facebook#35289 This was originally added in D15258046 (facebook@c802d0b) but seems to be the wrong solution to the problem from my perspective. InteractionManager does not provide timing information on the activity being available, but ReactContext's LifecycleEventListener does. This should also address some of the issues raised in facebook#25675 Changelog: [Android][Fixed] Linking.getInitialUrl should not wait for InteractionManager Differential Revision: D41157646 fbshipit-source-id: 610ee440c38cb6e5b7e0b8d808e0e2e73599404c
This pull request was exported from Phabricator. Differential Revision: D41157646 |
e82ba85
to
69d87d8
Compare
Base commit: 5744b21 |
PR build artifact for 69d87d8 is ready. |
PR build artifact for 69d87d8 is ready. |
Summary: Pull Request resolved: facebook#35289 This was originally added in D15258046 (facebook@c802d0b) but seems to be the wrong solution to the problem from my perspective. InteractionManager does not provide timing information on the activity being available, but ReactContext's LifecycleEventListener does. This should also address some of the issues raised in facebook#25675 Changelog: [Android][Fixed] Linking.getInitialUrl should not wait for InteractionManager Reviewed By: mdvacca Differential Revision: D41157646 fbshipit-source-id: 6e23969212570204a7e076b6d4d9db004412da09
Summary:
This was originally added in D15258046 (c802d0b) but seems to be the wrong solution to the problem from my perspective. InteractionManager does not provide timing information on the activity being available, but ReactContext's LifecycleEventListener does.
This should also address some of the issues raised in #25675
Changelog: [Android][Fixed] Linking.getInitialUrl should not wait for InteractionManager
Differential Revision: D41157646