Closed zuyevpro closed 3 years ago
Using Picasso as preloader we can see the bug when Picasso does not apply EXIF data about picture orientation. It can be fixed using Android ExifInterface class and calling Picasso.rotate method.
Thank you for you contribution to this repository.
Closing this Issue as this repository is being archived.
Using Picasso as preloader we can see the bug when Picasso does not apply EXIF data about picture orientation. It can be fixed using Android ExifInterface class and calling Picasso.rotate method.