ArthurHub/Android-Image-Cropper

Cropping functionality is not working with android version 11

anujkv opened this issue · 2 comments

i am using samsung a21s device and android version 11, it is not working with version 11 its tested with realme 8 device too (same android version)

Please read #858

The new lib is working

use ActivityName.this instead of this

CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.start(FaceMatch.this);

Then crop will work on Android 11