-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TransactionTooLargeException on Nougat #52
Comments
Same here! |
stefanopassador
added a commit
to stefanopassador/ScrollGalleryView
that referenced
this issue
Jul 14, 2017
same problem here, it crashes turning off the screen |
@stefanopassador Hi. Can you please provide a pull request? |
VEINHORN
added a commit
that referenced
this issue
Jan 11, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When open images and collapse app, show error. This maybe in ImageFragment in onSaveInstanceState method when call
outState.putParcelable("image", ((BitmapDrawable)this.backgroundImage.getDrawable()).getBitmap());
The text was updated successfully, but these errors were encountered: