Andrii Shpek

Results 2 issues of Andrii Shpek

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...

needs-triage
bug

It would be nice if `CropImageContract` allows to provide custom activity class. Currently I need to implement custom contract with delegation to library implementation: ``` class CustomCropImageContract : ActivityResultContract() {...