-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Android11 GifImageView Crashed #769
Comments
it's crashed when using ''(GifImageView)view.setImageResource(R.drawable.XXX)'' |
You need to do this :
|
Sorry for the delay? |
@koral-- My data is a png resource. It need gif mustly now version? |
@Mouadabdelghafouraitali crashed also |
Update:I update to 1.2.22,this bug is fix.Thank author.I keep this message for other users. I'm in the same situation. In the old version, I identified whether a picture was a gif by creating a
|
Sorry for the delay. |
[Native crash above happened with a Java pending exception as following] pl.droidsonroids.gif.GifIOException: GifError 103: Data is not in GIF format pl.droidsonroids.gif.GifInfoHandle.a(GifInfoHandle.java:5) pl.droidsonroids.gif.GifInfoHandle.void <init>(android.content.res.AssetFileDescriptor)(GifInfoHandle.java:5) pl.droidsonroids.gif.GifDrawable.void <init>(android.content.res.AssetFileDescriptor)(GifDrawable.java:5) pl.droidsonroids.gif.GifDrawable.void <init>(android.content.res.Resources,int)(GifDrawable.java:1) pl.droidsonroids.gif.GifViewUtils.boolean setResource(android.widget.ImageView,boolean,int)(GifViewUtils.java:10) pl.droidsonroids.gif.GifImageView.void setImageResource(int)(GifImageView.java:1)
The text was updated successfully, but these errors were encountered: