You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onActivityResult(Int, Int, Intent?): Unit is deprecated.
Feature Request Type
Core functionality
Alteration (enhancement/optimization) of existing feature(s)
New behavior
Description
Since onActivityResult() is deprecated, could you make RaveUiManager[.initialize()] accept an ActivityResultLauncher?. That way we can use the Activity Result APIs.
The text was updated successfully, but these errors were encountered:
onActivityResult(Int, Int, Intent?): Unit
is deprecated.Feature Request Type
Description
Since onActivityResult() is deprecated, could you make
RaveUiManager[.initialize()]
accept an ActivityResultLauncher?. That way we can use the Activity Result APIs.The text was updated successfully, but these errors were encountered: