Problem Statement
If background updates are disabled, when the application if brought to the foreground it still present the weather/forecast of the last manual update.
If the weather hasn't changed much, user can even not pay attention that it's old forecasts.
Proposed Solution
Even with background updates disabled, it seems a reasonable expectation to me that the weather/forecast would be updated when the application is opened/brought to the foreground so that we don't look at an old weather/forecast.
Alternatives Considered
Manual updates, if people think about it.
Additional Context
The issue might look similar to #328 but that one is about every location, not only the one that was opened when we've sent the application to the background (but it'd also seem reasonable, if not already done, to automatically update when moving between locations).
Also, I don't know if #328 is still a thing as I found something about background updates in the settings?
Acknowledgements
Problem Statement
If background updates are disabled, when the application if brought to the foreground it still present the weather/forecast of the last manual update.
If the weather hasn't changed much, user can even not pay attention that it's old forecasts.
Proposed Solution
Even with background updates disabled, it seems a reasonable expectation to me that the weather/forecast would be updated when the application is opened/brought to the foreground so that we don't look at an old weather/forecast.
Alternatives Considered
Manual updates, if people think about it.
Additional Context
The issue might look similar to #328 but that one is about every location, not only the one that was opened when we've sent the application to the background (but it'd also seem reasonable, if not already done, to automatically update when moving between locations).
Also, I don't know if #328 is still a thing as I found something about background updates in the settings?
Acknowledgements