ArthurHub / Android-Image-Cropper

Image Cropping Library for Android, optimized for Camera / Gallery.
Apache License 2.0
6.38k stars 1.34k forks source link

Not calling for super in onActivityResult() #567

Open gzozulin opened 6 years ago

gzozulin commented 6 years ago

When you receiving the result in onActivityResult() in your example code, you are not calling for super - that will lead to consequences, especially since that snippet is spreading through internet :) https://github.com/ArthurHub/Android-Image-Cropper#using-activity

rmvivek commented 5 years ago

how to fix this prob