-
-
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
Crash when using GifTextureView in ListView #240
Comments
That exception occurs because process has been interrupted by clicking OK/Force Close button in crash/ANR dialog. That another crash/ANR is not necessarily caused by this library. |
I don't know why. My listview's item is GifTextureView. When I press Back to exit the activity. It always crashes or shows ANR dialog. |
Could you post complete logcat? |
OK, I was able to reproduce ANR. I'll fix it ASAP. |
This is all in my adapter.
The log crash is:
It always crashes or show ARN dialog |
Fixed in 1.1.12-SNAPSHOT. |
I'm using GifTextureView in ListView item.
The code segment in Adapter is following:
When I press back away off this activity. It crashes or show dialog ANR.
The text was updated successfully, but these errors were encountered: