fedora-infra / mobile

An Android app that allows the Fedora community to interact with Fedora's web apps on the go.
https://fedoraproject.org/mobile
Other
27 stars 10 forks source link

Uncached icons don't show until the LV is redrawn #6

Closed relrod closed 11 years ago

relrod commented 11 years ago

Right now if we can pull an icon out of cache, we can render it immediately, but if we have to pull it from HTTP, it won't render until the ListView gets rerendered somehow (either by orientation change, or something as simple as tapping the search field to open the keyboard.)

relrod commented 11 years ago

Nope. Still broken and this fix made UX horrible anyway because it refreshes all icons any time a new one loaded. Will revert when I get home.