WSDOT / wsdot-ios-app

Source code for the WSDOT iOS application
GNU General Public License v3.0
10 stars 4 forks source link

Fix emergency alert loading issue #278

Closed englehorn closed 2 years ago

englehorn commented 2 years ago

The event banner is only refreshing if the app is manually closed and reopened. This can result in old data displaying for a user that keeps the app open in the background. The correct behavior should be to refresh the event store data when a menu item and/or the event banner is selected.

Related to issue #254