WSDOT / wsdot-kotlin-app

Source Code for the WSDOT Android Application
GNU General Public License v3.0
1 stars 3 forks source link

Emergency Alerts: Check for new alert while app is open #166

Closed englehorn closed 1 year ago

englehorn commented 1 year ago

If the EventStatus.js file is updated with new "bannerText" the text is only refreshing when the app is reloaded. The text should update while the app is open and new bannerText is detected. This will allow for a real-time alert update experience.

englehorn commented 1 year ago

We should also check for new emergency alerts each time a menu item is selected. This will allow users to view the alert without having to reload the app.