Malawi-DCCMS / weather-app

An app to show the weather.
0 stars 0 forks source link

Retry failed fetch #165

Open vegardb opened 1 month ago

vegardb commented 1 month ago
Skjermbilde 2024-05-15 kl  15 30 10

is there any way to reload in this case? @danielmwakanema

danielmwakanema commented 1 month ago

For now you'll have to search again but we need to add a "try again" button or "swipe down to refresh" functionality.

vegardb commented 1 month ago

Actually, when I ran across this, moving to a new location and then back again did not fix this problem. Unsure why.

danielmwakanema commented 1 month ago

Oh that is interesting. How can I reproduce it?

vegardb commented 1 month ago

Unfortunately, I don't know. It just happened when I tested on an emulator. I have not been able to reproduce this again.

danielmwakanema commented 1 month ago

Alright. At times when using the Android emulator the network requests hang and lead to delayed updates or no updates at all.

vegardb commented 1 month ago

(related: #166)

How to reproduce:

danielmwakanema commented 1 month ago

Probably some caching or residual state somewhere.