Yalantis / uCrop

Image Cropping Library for Android
https://yalantis.com/blog/introducing-ucrop-our-own-image-cropping-library-for-android/
11.86k stars 2.16k forks source link

UCropActivity -> setResultUri() #284

Closed sheep0704 closed 6 years ago

sheep0704 commented 7 years ago

Fragment Method:onResume() 返回当前Fragment无法触发onActivityResult()方法

Legementarion commented 6 years ago

@sheep0704 So use UcropFragment instead, you can get UcropFragmentCallback and override it methods. It available at last ucrop version.

Hope I helped you :)