You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After having loaded the event list in a park overview, going into another will display the previous park's event list. After a few seconds, it will change.
Objective
Make the event list updated when navigating out of park overview.
The text was updated successfully, but these errors were encountered:
This might be harder than originally planned because the navigation logic to navigate out of the parkOverview screen is defined in the topAppBar. I think that defining a callback could do the job, but I am not sure about clean ways to make this work yet.
Overwriting directly the uiState inside the composable
This did make the event list be un-loaded (can see the changes just before the navigation exits the screen), but when loading a newparkOverview, the older event list (that got reset) is still being displayed at the start !
Current state
After having loaded the event list in a
park overview
, going into another will display the previous park's event list. After a few seconds, it will change.Objective
park overview
.The text was updated successfully, but these errors were encountered: