Closed extmkv closed 8 years ago
I fixed this by adding .asBitmap() to the glide code :
Glide.with(getContext()).load(pictureUrl)
.asBitmap()
.placeholder(R.drawable.ic_test).into(mPicture);
Denis
What if the image is actually animated though?
Hi, Jorge here!
When I use Glide to load an image from Internet and setted a placeholder, the CircularImagewView not updating to the final image, always show the placeholder.
Can you resolve the problem?
Thank you