Dhaval2404 / ImagePicker

๐Ÿ“ธImage Picker for Android, Pick an image from Gallery or Capture a new image with Camera
Apache License 2.0
1.52k stars 339 forks source link

Fixes TransactionTooLargeException #232 #323

Open edwnmrtnz opened 1 year ago

edwnmrtnz commented 1 year ago

๐Ÿš€ Description

Fixes Issue TransactionTooLargeException #232. This exception happens because mCameraFile and mCropImageFile is stored as file in the bundle. To solve instead of storing file, just store the uri of the file.

๐Ÿ“„ Motivation and Context

This change is require to solve the open issue TransactionTooLargeException #232.

๐Ÿงช How Has This Been Tested?

The test was done manually through capturing a photo that might take at least > 1mb.

๐Ÿ“ฆ Types of changes

โœ… Checklist