ArthurHub / ArthurHub/Android-Image-Cropper
Unable to upload video in fragment
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
CropImage.activity()
.setGuidelines(CropImageView.Guidelines.ON)
.start(requireContext(), this,true)
this method throws compile time error as CropImage java file provides method like this
public void start(@NonNull Context context, @NonNull Fragment fragment) {
fragment.startActivityForResult(getIntent(context), CROP_IMAGE_ACTIVITY_REQUEST_CODE);
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.