-
Notifications
You must be signed in to change notification settings - Fork 4
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
dealer list forgets about icons #170
Comments
I can reproduce. The image library uses glide under the hood, so I'm guessing it's an upstream bug. I can check if changing some options helps. |
I don't think glide is responsible. |
There's compatibility options for images in the virtualized list implementation we use, I'll have a look. |
So far it doesn't help, might be an issue because we have section headers, which is a valid, but more elaborate way of using flash list. So far I've upgraded the versions, applied recycleKey, removed the placeholder, but no luck yet. We might need to push this issue back unless I have an eureka moment |
Were in the code is it? |
|
I suggest to add an onError in additipn to onLoadStart and onLoadEnd here As it can be reproduced locally, a simple logcat-output should tell us why it fails. |
I had a console log in there but it didn't trigger |
Android app release 5.0.0
Flinging up and down in the dealer list,
thumbnail icons for dealers start to randomly vanish.
The more you scroll, the more icons disappear.
Not replaced with a placeholder or loading animation like Picasso, Glide or similar image-loading libraries do but with a blank background.
Not appearing again after waiting a while
The text was updated successfully, but these errors were encountered: