ericberman / MyFlightbookiOS

Repository for the iOS app for MyFlightbook
GNU General Public License v3.0
12 stars 4 forks source link

New code not refreshing aircraft images aggressively enough. #298

Closed ericberman closed 1 year ago

ericberman commented 1 year ago

On first load, if no aircraft have images, perhaps kick off an image thread? Or, if it has images but doesn't have thumbnails... Seems to be an artifact of the swift conversion.

ericberman commented 1 year ago

Older code didn't properly cache the images. So on upgrade, it's not showing the images because it doesn't think there are any to fetch. Refresh fixes it.