-
Notifications
You must be signed in to change notification settings - Fork 28
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
ActivityResultContracts / Compose #169
Comments
This would also be useful without Compose, as the currently used mechanism is deprecated and |
Half a year has passed and nothing happened. This issue hasn't even been triaged yet. |
I wonder if something like this may work until SumUp gets their act together:
|
Can confirm that this workaround is working. 👍 But still: SumUp please add typed ActivityResultContracts 🙏 |
Wow, is it already 3 years without catching up to the 2022 state of the art? |
The SDK should allow to use the current ActivityResultContracts in addition of the deprecated mechanism in Activity.
This is required to use the SDK in Jetpack Compose applications where rememberLauncherForActivityResult() is the prefered way to
start other activities when interacting with UI elements and handle the results.
The text was updated successfully, but these errors were encountered: