igreenwood / SimpleCropView

A simple image cropping library for Android.
MIT License
2.49k stars 467 forks source link

Fixing TransactionTooLarge on Android N #102

Closed jckoenen closed 7 years ago

jckoenen commented 7 years ago

Hey!

As mentionend in #101 this library causes crashes on Android N (and above) due to parcelling too much data in onSaveInstanceState(). This PR fixes the crash by saving the bitmap into a temporary file instead.

If you have any feedback, suggestions or want any changes, feel free to contact me.

Cheers

arunrajgm commented 7 years ago

Hi @joekoe92 SInce issue is not resolved.i am facing issue on android N And why its not merged in master?