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.
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