picasso: Bitmap from camera not loaded - Moto G Android 5.0.1
As discussed in issue #539 I am encountering this problem again, since that issue is now closed I am opening a new one to report this bug:
Picasso 2.5.2 fails to load images from the local Uri of an image captured via a Camera Intent (the manifest has all the required permission to work with STORAGE and DOCUMENTS).
It doesn’t throw any exception, the only trace I get of this error is when I attach a Target
to the ImageView
and it triggers the onBitmapFailed()
method.
I am using a Moto G on Android 5.0.1.
NB: it may be useful to know that I don’t get this error using Genymotion’s emulator camera.
Thanks
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 37 (3 by maintainers)
Going back to Picasso 2.4.0 fixes the issue. WOAW
Moto G 4 Plus … +1. Using Picasso 2.5.2 😢