SecUSo / privacy-friendly-weather

Privacy Friendly App for Android that can display weather for cities.
GNU General Public License v3.0
115 stars 30 forks source link

Refresh of data sometimes takes longer than expected #137

Open Kamuno opened 4 years ago

Kamuno commented 4 years ago
pofi5000 commented 3 years ago

I'm also experiencing such an issue on a quite old device with possibly bad WiFi connection. I would appreciate, if the data is first fetched and then the old data is deleted.

Currently the old data is no longer shown, but the new data has not yet arrived - this results in a white screen with no information.

sleep-yearning commented 3 years ago

@pofi5000 interesting, the old data gets deleted only after the new has been retrieved (but not displayed). This would mean the time until displaying takes too long. Is this also what @Kamuno means?

Kamuno commented 3 years ago

I think this is a related issue... If there is no data to show.. then everything will be empty because no data can be shown.. a loading spinner or something in its place would probably be nice.

There should not be a "white screen", though. The default shoult be 0.0° with empty lists.