-
Notifications
You must be signed in to change notification settings - Fork 25
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
Crash with invalid image file #6
Comments
pbauermeister
changed the title
Crash with ivalid image file
Crash with invalid image file
May 11, 2015
So this happens when the image file itself is not actually an image? |
It happened with an empty .jpg file. |
Ok Ill take a look at this. Thanks |
This should be fixed with the latest version. Can you confirm? |
Seems to work for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the presence of an image file that is invalid, the code crashes.
mBitmap
is null in:To reproduce, do:
adb shell "touch /mnt/sdcard/invalid.png"
, open the picker, and browse to the sdcard location.The text was updated successfully, but these errors were encountered: