android-image-picker
android-image-picker copied to clipboard
TransactionTooLargeException when exclude ArrayList is too big
I recently encountered a crash when using .exclude(ArrayList<Image>)
. The crash only happens when the ArrayList is too large. May be because the library uses parcel to serialize and transfer the data to Image picker activity.
Yeah this should happen, especially on Nougat+. Will exclude the list from parcel and use a singleton for workaround.
Hello @esafirm, any update on this?
I submitted a pull request to fix this issue. Can you please have a look at it