bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.49k stars 6.11k forks source link

GifDrawable.registerAnimationCallback动画结束失效 #4439

Open FlankT opened 3 years ago

FlankT commented 3 years ago

glide4.10 加载gif GifDrawable注册registerAnimationCallback监听gif结束 AnimationCallback.onAnimationEnd偶尔失效,public void onAnimationEnd(Drawable drawable) {};这个回调在多次播放后会丢失。

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.

Chatina73 commented 3 years ago

Live and Active

WGwangguan commented 1 year ago

有解决方案么,最近也是遇到这个问题