Skip to content
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

Image parts are missing #147

Closed
gbrbks opened this issue Sep 19, 2014 · 5 comments
Closed

Image parts are missing #147

gbrbks opened this issue Sep 19, 2014 · 5 comments
Labels

Comments

@gbrbks
Copy link

gbrbks commented Sep 19, 2014

Hey!

I found a strange behaviour on Moto G devices. Sometimes the images are chopped off. Do you know what is the problem? Maybe I'm using something not in the proper way.

I'm using the lib with the following code piece: Glide.with(getContext()).load(sourceUrl).asBitmap().asIs().error(R.drawable.no_image).placeholder(mPlaceHolder == -1 ? android.R.color.transparent : mPlaceHolder).dontTransform().into(this);

picture:
https://www.dropbox.com/s/9p0qvw6ahbmg3b6/Screen%20Shot%202014-09-19%20at%2021.06.09.png?dl=0

Cheers,
Gabor

@TWiStErRob
Copy link
Collaborator

Hmm that looks like #146, which version? Can you consistently repro it?

@gbrbks
Copy link
Author

gbrbks commented Sep 19, 2014

Hey! 3.3.0 of Glide and not consistently but really often.

@TWiStErRob
Copy link
Collaborator

3.3.0 is not latest, see the releases tab.
Also what is your image source (I guess http).
And when it happens is it the same image (then it's from cache probably).

@sjudd
Copy link
Collaborator

sjudd commented Sep 19, 2014

@hamutarto As @TWiStErRob suggested, I believe this is the same as #146 and #126. This issue should be fixed in Glide 3.3.1, please trying pulling forward and definitely let us know if you can still reproduce the issue (be sure to clear your cache after pulling forward to 3.3.1 to make sure you're not just seeing cached partials).

@sjudd
Copy link
Collaborator

sjudd commented Sep 20, 2014

Going to close this as a dupe of #126, please do re-open if you can reproduce this on 3.3.1. Thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants