-
Notifications
You must be signed in to change notification settings - Fork 343
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 new ActivityResult API #612
Comments
vincent-paing
changed the title
Support new ActivityResult API`
Support new ActivityResult API
Jun 4, 2020
Is this considered to be part of a future release? Traditional onActivityResult method is now deprecated. |
It looks that noone cares. |
@bearlysophisticated Have u solved this issue somehow? |
@EricKuck this is urgent. |
PRs are welcome. |
@EricKuck i dont want to be rude, its great lib, but this issue is 2 years old... This lib is going to die eventually or? |
Not if you open a PR 😁 |
i dont want to :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AndroidX Activity 1.2.0-alpha02 and Fragment 1.3.0-alpha02 introduces new Activity Result API which can be done through ActivityContract instead of writing onActivityResult.
More info can be found here
Would be nice to see it supported in Controller as well
The text was updated successfully, but these errors were encountered: