MPAndroidChart icon indicating copy to clipboard operation
MPAndroidChart copied to clipboard

Getting crash while selection camera cropping only in Android 10

Open umesh7995 opened this issue 2 years ago • 0 comments

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 },

umesh7995 avatar Feb 20 '24 13:02 umesh7995