Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting crash while selection camera cropping only in Android 10 #5442

Open
umesh7995 opened this issue Feb 20, 2024 · 0 comments
Open

Getting crash while selection camera cropping only in Android 10 #5442

umesh7995 opened this issue Feb 20, 2024 · 0 comments

Comments

@umesh7995
Copy link

umesh7995 commented Feb 20, 2024

Using Latest Version 4.5.0
Compare both the results, some of results were empty

CAMERA Image result in ANDROID 10 Results
{

"originalUri": {},
"rotation": 90,
"sampleSize": 1,
"uriContent": {},

}

CAMERA Image result Above ANDROID 10 Results

{

"originalUri": {
"authority": {
"decoded": "com.rtc.employee.cropper.fileprovider",
"encoded": "NOT CACHED",
"mCanonicalRepresentation": 2
},
"fragment": {
"mCanonicalRepresentation": 1
},
"path": {
"decoded": "NOT CACHED",
"encoded": "/cached_files/tmp_image_file2939003222380326286.png",
"mCanonicalRepresentation": 1
},
"query": {
"mCanonicalRepresentation": 1
},
"scheme": "content",
"uriString": "NOT CACHED",
"host": "NOT CACHED",
"port": -2
},
"rotation": 90,
"sampleSize": 1,
"uriContent": {
"authority": {
"decoded": "com.rtc.employee.cropper.fileprovider",
"encoded": "NOT CACHED",
"mCanonicalRepresentation": 2
},
"fragment": {
"mCanonicalRepresentation": 1
},
"path": {
"decoded": "NOT CACHED",
"encoded": "/my_images/Pictures/cropped7902714988551153344.jpg",
"mCanonicalRepresentation": 1
},
"query": {
"mCanonicalRepresentation": 1
},
"scheme": "content",
"uriString": "NOT CACHED",
"host": "NOT CACHED",
"port": -2
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant