zjupure / GlideWebpDecoder

A Glide WebpDecoder Intergration Library for decoding and displaying webp images
Apache License 2.0
740 stars 91 forks source link

Animated Webp Image breaks when display size is modified. #80

Closed ganeshsuriya24 closed 3 years ago

ganeshsuriya24 commented 3 years ago

I have a recyclerView in which I display animated webp using remote URL.

 GlideApp.with(imageView.context)
                .load("url")
                .into(imageView)

When I navigate to settings and alter the display size and come back to the app, the animated webp image is broken. After I clear the app from recents and relaunch, the issue is gone.

ganeshsuriya24 commented 3 years ago

Checked the latest version (2.0). Seems the issue has been fixed. Hence closing this issue.